#085620

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

Shades of Crusoe #085620

Tints of Crusoe #085620

Color information

#085620 (or 0x085620) is unknown color: approx Crusoe. HEX triplet: 08, 56 and 20. RGB value is (8,86,32). Sum of RGB (Red+Green+Blue) = 8+86+32=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 86 (33.98% from 255 or 68.25% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 86 - color contains mainly: green. Hex color #085620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085620 is #F7A9DF. Grayscale: #383838. Windows color (decimal): -16230880 or 2119176. OLE color: 2119176.

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

Color convert

RGB88632-
CMYK0.9100.630.66
HSL138.46º82.98%18.43%-
HSV(B)138.46º90.7%33.73%-
XYZ3.696.812.49-
YUV56.52114.1693.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.35%
GREEN value IS 86 (33.98% from 255) = 68.25%
BLUE value IS 32 (12.89% from 255) = 25.40%
R=6.35%
G=68.25%
B=25.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal886320.9100.630.66138.4682.9818.43
Hex856205B03F428a5312
Octal101264013307710221212322
Binary1000101011010000010110110111111100001010001010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085620; }

 p { color: rgb(8,86,32); }

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

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

 a { background-color: rgb(8,86,32); }

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

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

 span { border-color: rgb(8,86,32); }

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