#085019

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

Shades of Crusoe #085019

Tints of Crusoe #085019

Color information

#085019 (or 0x085019) is unknown color: approx Crusoe. HEX triplet: 08, 50 and 19. RGB value is (8,80,25). Sum of RGB (Red+Green+Blue) = 8+80+25=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 80 (31.64% from 255 or 70.80% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 80 - color contains mainly: green. Hex color #085019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085019 is #F7AFE6. Grayscale: #343434. Windows color (decimal): -16232423 or 1658888. OLE color: 1658888.

HSL color Cylindrical-coordinate representation of color #085019: hue angle of 134.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085019 is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB88025-
CMYK0.9000.690.69
HSL134.17º81.82%17.25%-
HSV(B)134.17º90%31.37%-
XYZ3.145.861.88-
YUV52.2112.6596.47-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.08%
GREEN value IS 80 (31.64% from 255) = 70.80%
BLUE value IS 25 (10.16% from 255) = 22.12%
R=7.08%
G=70.80%
B=22.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal880250.9000.690.69134.1781.8217.25
Hex850195A04545865211
Octal1012031132010510520612221
Binary1000101000011001101101001000101100010110000110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085019; }

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

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

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

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

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

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

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

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