#0B5524

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

Shades of Crusoe #0B5524

Tints of Crusoe #0B5524

Color information

#0B5524 (or 0x0B5524) is unknown color: approx Crusoe. HEX triplet: 0B, 55 and 24. RGB value is (11,85,36). Sum of RGB (Red+Green+Blue) = 11+85+36=132 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.33% from 132); Green value is 85 (33.59% from 255 or 64.39% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 85 - color contains mainly: green. Hex color #0B5524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5524 is #F4AADB. Grayscale: #393939. Windows color (decimal): -16034524 or 2381067. OLE color: 2381067.

HSL color Cylindrical-coordinate representation of color #0B5524: hue angle of 140.27º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B5524 is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB118536-
CMYK0.8700.580.67
HSL140.27º77.08%18.82%-
HSV(B)140.27º87.06%33.33%-
XYZ3.76.72.77-
YUV57.29115.9894.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.33%
GREEN value IS 85 (33.59% from 255) = 64.39%
BLUE value IS 36 (14.45% from 255) = 27.27%
R=8.33%
G=64.39%
B=27.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1185360.8700.580.67140.2777.0818.82
HexB55245703A438c4d13
Octal131254412707210321411523
Binary1011101010110010010101110111010100001110001100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,85,36); }

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

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

 a { background-color: rgb(11,85,36); }

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

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

 span { border-color: rgb(11,85,36); }

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