#0B642C

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

Shades of Crusoe #0B642C

Tints of Crusoe #0B642C

Color information

#0B642C (or 0x0B642C) is unknown color: approx Crusoe. HEX triplet: 0B, 64 and 2C. RGB value is (11,100,44). Sum of RGB (Red+Green+Blue) = 11+100+44=155 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.10% from 155); Green value is 100 (39.45% from 255 or 64.52% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 100 - color contains mainly: green. Hex color #0B642C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B642C is #F49BD3. Grayscale: #434343. Windows color (decimal): -16030676 or 2909195. OLE color: 2909195.

HSL color Cylindrical-coordinate representation of color #0B642C: hue angle of 142.25º 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 #0B642C is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB1110044-
CMYK0.8900.560.61
HSL142.25º80.18%21.76%-
HSV(B)142.25º89%39.22%-
XYZ5.159.373.92-
YUV67115.0188.05-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.10%
GREEN value IS 100 (39.45% from 255) = 64.52%
BLUE value IS 44 (17.58% from 255) = 28.39%
R=7.10%
G=64.52%
B=28.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal11100440.8900.560.61142.2580.1821.76
HexB642C590383D8e5016
Octal13144541310707521612026
Binary101111001001011001011001011100011110110001110101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B642C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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