#085D1A

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

Shades of Crusoe #085D1A

Tints of Crusoe #085D1A

Color information

#085D1A (or 0x085D1A) is unknown color: approx Crusoe. HEX triplet: 08, 5D and 1A. RGB value is (8,93,26). Sum of RGB (Red+Green+Blue) = 8+93+26=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 93 (36.72% from 255 or 73.23% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 93 - color contains mainly: green. Hex color #085D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085D1A is #F7A2E5. Grayscale: #3C3C3C. Windows color (decimal): -16229094 or 1727752. OLE color: 1727752.

HSL color Cylindrical-coordinate representation of color #085D1A: hue angle of 132.71º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085D1A is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.

Color convert

RGB89326-
CMYK0.9100.720.64
HSL132.71º84.16%19.8%-
HSV(B)132.71º91.4%36.47%-
XYZ4.27.952.29-
YUV59.95108.8490.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.30%
GREEN value IS 93 (36.72% from 255) = 73.23%
BLUE value IS 26 (10.55% from 255) = 20.47%
R=6.30%
G=73.23%
B=20.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal893260.9100.720.64132.7184.1619.8
Hex85D1A5B04840855414
Octal1013532133011010020512424
Binary1000101110111010101101101001000100000010000101101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,93,26); }

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

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

 a { background-color: rgb(8,93,26); }

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

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

 span { border-color: rgb(8,93,26); }

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