#085519

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

Shades of Crusoe #085519

Tints of Crusoe #085519

Color information

#085519 (or 0x085519) is unknown color: approx Crusoe. HEX triplet: 08, 55 and 19. RGB value is (8,85,25). Sum of RGB (Red+Green+Blue) = 8+85+25=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 85 (33.59% from 255 or 72.03% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 85 - color contains mainly: green. Hex color #085519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085519 is #F7AAE6. Grayscale: #373737. Windows color (decimal): -16231143 or 1660168. OLE color: 1660168.

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

Color convert

RGB88525-
CMYK0.9100.710.67
HSL133.25º82.8%18.24%-
HSV(B)133.25º90.59%33.33%-
XYZ3.526.622.01-
YUV55.14110.9994.38-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.78%
GREEN value IS 85 (33.59% from 255) = 72.03%
BLUE value IS 25 (10.16% from 255) = 21.19%
R=6.78%
G=72.03%
B=21.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885250.9100.710.67133.2582.818.24
Hex855195B04743855312
Octal1012531133010710320512322
Binary1000101010111001101101101000111100001110000101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085519; }

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

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

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

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

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

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

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

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