#085A19

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

Shades of Crusoe #085A19

Tints of Crusoe #085A19

Color information

#085A19 (or 0x085A19) is unknown color: approx Crusoe. HEX triplet: 08, 5A and 19. RGB value is (8,90,25). Sum of RGB (Red+Green+Blue) = 8+90+25=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 90 (35.55% from 255 or 73.17% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 90 - color contains mainly: green. Hex color #085A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085A19 is #F7A5E6. Grayscale: #3A3A3A. Windows color (decimal): -16229863 or 1661448. OLE color: 1661448.

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

Color convert

RGB89025-
CMYK0.9100.720.65
HSL132.44º83.67%19.22%-
HSV(B)132.44º91.11%35.29%-
XYZ3.937.432.15-
YUV58.07109.3392.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 90 (35.55% from 255) = 73.17%
BLUE value IS 25 (10.16% from 255) = 20.33%
R=6.50%
G=73.17%
B=20.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal890250.9100.720.65132.4483.6719.22
Hex85A195B04841845413
Octal1013231133011010120412423
Binary1000101101011001101101101001000100000110000100101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085A19; }

 p { color: rgb(8,90,25); }

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

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

 a { background-color: rgb(8,90,25); }

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

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

 span { border-color: rgb(8,90,25); }

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