#085518

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

Shades of Crusoe #085518

Tints of Crusoe #085518

Color information

#085518 (or 0x085518) is unknown color: approx Crusoe. HEX triplet: 08, 55 and 18. RGB value is (8,85,24). Sum of RGB (Red+Green+Blue) = 8+85+24=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 85 (33.59% from 255 or 72.65% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 85 - color contains mainly: green. Hex color #085518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085518 is #F7AAE7. Grayscale: #373737. Windows color (decimal): -16231144 or 1594632. OLE color: 1594632.

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

Color convert

RGB88524-
CMYK0.9100.720.67
HSL132.47º82.8%18.24%-
HSV(B)132.47º90.59%33.33%-
XYZ3.516.611.96-
YUV55.02110.4994.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.84%
GREEN value IS 85 (33.59% from 255) = 72.65%
BLUE value IS 24 (9.77% from 255) = 20.51%
R=6.84%
G=72.65%
B=20.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885240.9100.720.67132.4782.818.24
Hex855185B04843845312
Octal1012530133011010320412322
Binary1000101010111000101101101001000100001110000100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085518; }

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

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

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

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

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

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

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

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