#0B641E

Color #0B641E Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #0B641E

Tints of Crusoe #0B641E

Color information

#0B641E (or 0x0B641E) is unknown color: approx Crusoe. HEX triplet: 0B, 64 and 1E. RGB value is (11,100,30). Sum of RGB (Red+Green+Blue) = 11+100+30=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 100 (39.45% from 255 or 70.92% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 100 - color contains mainly: green. Hex color #0B641E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B641E is #F49BE1. Grayscale: #414141. Windows color (decimal): -16030690 or 1991691. OLE color: 1991691.

HSL color Cylindrical-coordinate representation of color #0B641E: hue angle of 132.81º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B641E is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB1110030-
CMYK0.8900.700.61
HSL132.81º80.18%21.76%-
HSV(B)132.81º89%39.22%-
XYZ4.939.282.76-
YUV65.41108.0189.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 7.80%
GREEN value IS 100 (39.45% from 255) = 70.92%
BLUE value IS 30 (12.11% from 255) = 21.28%
R=7.80%
G=70.92%
B=21.28%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal11100300.8900.700.61132.8180.1821.76
HexB641E590463D855016
Octal131443613101067520512026
Binary101111001001111010110010100011011110110000101101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B641E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B641E; }

 p { color: rgb(11,100,30); }

 H1.HeaderClassName
 {
   color: #0B641E;
 }
 .AnyTagClassName
 {
   color: #0B641E;
 }
</style>
background-color css

<style>
 a { background-color: #0B641E; }

 a { background-color: rgb(11,100,30); }

 div.DivClassName
 {
   background-color: #0B641E;
 }
 .BgClassName
 {
   background-color: #0B641E;
 }
</style>
border-color css

<style>
 span { border-color: #0B641E; }

 span { border-color: rgb(11,100,30); }

 td.TdClassName
 {
   border-color: #0B641E;
 }
 .TagClassName
 {
   border-color: #0B641E;
 }
</style>