#0B5825

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

Shades of Crusoe #0B5825

Tints of Crusoe #0B5825

Color information

#0B5825 (or 0x0B5825) is unknown color: approx Crusoe. HEX triplet: 0B, 58 and 25. RGB value is (11,88,37). Sum of RGB (Red+Green+Blue) = 11+88+37=136 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.09% from 136); Green value is 88 (34.77% from 255 or 64.71% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 88 - color contains mainly: green. Hex color #0B5825 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5825 is #F4A7DA. Grayscale: #3B3B3B. Windows color (decimal): -16033755 or 2447371. OLE color: 2447371.

HSL color Cylindrical-coordinate representation of color #0B5825: hue angle of 140.26º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5825 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB118837-
CMYK0.8800.580.65
HSL140.26º77.78%19.41%-
HSV(B)140.26º87.5%34.51%-
XYZ3.967.182.93-
YUV59.16115.4993.65-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.09%
GREEN value IS 88 (34.77% from 255) = 64.71%
BLUE value IS 37 (14.84% from 255) = 27.21%
R=8.09%
G=64.71%
B=27.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1188370.8800.580.65140.2677.7819.41
HexB58255803A418c4e13
Octal131304513007210121411623
Binary1011101100010010110110000111010100000110001100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,88,37); }

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

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

 a { background-color: rgb(11,88,37); }

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

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

 span { border-color: rgb(11,88,37); }

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