#085520

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

Shades of Crusoe #085520

Tints of Crusoe #085520

Color information

#085520 (or 0x085520) is unknown color: approx Crusoe. HEX triplet: 08, 55 and 20. RGB value is (8,85,32). Sum of RGB (Red+Green+Blue) = 8+85+32=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 85 (33.59% from 255 or 68% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 85 - color contains mainly: green. Hex color #085520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085520 is #F7AADF. Grayscale: #383838. Windows color (decimal): -16231136 or 2118920. OLE color: 2118920.

HSL color Cylindrical-coordinate representation of color #085520: hue angle of 138.7º 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 #085520 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB88532-
CMYK0.9100.620.67
HSL138.7º82.8%18.24%-
HSV(B)138.7º90.59%33.33%-
XYZ3.616.652.46-
YUV55.94114.4993.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.4%
GREEN value IS 85 (33.59% from 255) = 68%
BLUE value IS 32 (12.89% from 255) = 25.6%
R=6.4%
G=68%
B=25.6%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885320.9100.620.67138.782.818.24
Hex855205B03E438b5312
Octal101254013307610321312322
Binary1000101010110000010110110111110100001110001011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085520; }

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

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

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

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

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

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

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

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