#08551D

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

Shades of Crusoe #08551D

Tints of Crusoe #08551D

Color information

#08551D (or 0x08551D) is unknown color: approx Crusoe. HEX triplet: 08, 55 and 1D. RGB value is (8,85,29). Sum of RGB (Red+Green+Blue) = 8+85+29=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 85 (33.59% from 255 or 69.67% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 85 - color contains mainly: green. Hex color #08551D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08551D is #F7AAE2. Grayscale: #373737. Windows color (decimal): -16231139 or 1922312. OLE color: 1922312.

HSL color Cylindrical-coordinate representation of color #08551D: hue angle of 136.36º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08551D is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB88529-
CMYK0.9100.660.67
HSL136.36º82.8%18.24%-
HSV(B)136.36º90.59%33.33%-
XYZ3.576.642.26-
YUV55.59112.9994.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 85 (33.59% from 255) = 69.67%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=6.56%
G=69.67%
B=23.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885290.9100.660.67136.3682.818.24
Hex8551D5B04243885312
Octal1012535133010210321012322
Binary1000101010111101101101101000010100001110001000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08551D; }

 p { color: rgb(8,85,29); }

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

<style>
 a { background-color: #08551D; }

 a { background-color: rgb(8,85,29); }

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

<style>
 span { border-color: #08551D; }

 span { border-color: rgb(8,85,29); }

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