#0B5F29

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

Shades of Crusoe #0B5F29

Tints of Crusoe #0B5F29

Color information

#0B5F29 (or 0x0B5F29) is unknown color: approx Crusoe. HEX triplet: 0B, 5F and 29. RGB value is (11,95,41). Sum of RGB (Red+Green+Blue) = 11+95+41=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 95 (37.5% from 255 or 64.63% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 95 - color contains mainly: green. Hex color #0B5F29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5F29 is #F4A0D6. Grayscale: #3F3F3F. Windows color (decimal): -16031959 or 2711307. OLE color: 2711307.

HSL color Cylindrical-coordinate representation of color #0B5F29: hue angle of 141.43º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5F29 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.63.

Color convert

RGB119541-
CMYK0.8800.570.63
HSL141.43º79.25%20.78%-
HSV(B)141.43º88.42%37.25%-
XYZ4.638.423.48-
YUV63.73115.1790.39-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.48%
GREEN value IS 95 (37.5% from 255) = 64.63%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=7.48%
G=64.63%
B=27.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1195410.8800.570.63141.4379.2520.78
HexB5F29580393F8d4f15
Octal13137511300717721511725
Binary101110111111010011011000011100111111110001101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,95,41); }

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

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

 a { background-color: rgb(11,95,41); }

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

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

 span { border-color: rgb(11,95,41); }

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