#085918

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

Shades of Crusoe #085918

Tints of Crusoe #085918

Color information

#085918 (or 0x085918) is unknown color: approx Crusoe. HEX triplet: 08, 59 and 18. RGB value is (8,89,24). Sum of RGB (Red+Green+Blue) = 8+89+24=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 89 (35.16% from 255 or 73.55% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 89 - color contains mainly: green. Hex color #085918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085918 is #F7A6E7. Grayscale: #393939. Windows color (decimal): -16230120 or 1595656. OLE color: 1595656.

HSL color Cylindrical-coordinate representation of color #085918: hue angle of 131.85º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085918 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB88924-
CMYK0.9100.730.65
HSL131.85º83.51%19.02%-
HSV(B)131.85º91.01%34.9%-
XYZ3.847.262.06-
YUV57.37109.1692.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 89 (35.16% from 255) = 73.55%
BLUE value IS 24 (9.77% from 255) = 19.83%
R=6.61%
G=73.55%
B=19.83%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal889240.9100.730.65131.8583.5119.02
Hex859185B04941845413
Octal1013130133011110120412423
Binary1000101100111000101101101001001100000110000100101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085918; }

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

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

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

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

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

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

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

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