#085216

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

Shades of Crusoe #085216

Tints of Crusoe #085216

Color information

#085216 (or 0x085216) is unknown color: approx Crusoe. HEX triplet: 08, 52 and 16. RGB value is (8,82,22). Sum of RGB (Red+Green+Blue) = 8+82+22=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 82 (32.42% from 255 or 73.21% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 82 - color contains mainly: green. Hex color #085216 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085216 is #F7ADE9. Grayscale: #353535. Windows color (decimal): -16231914 or 1462792. OLE color: 1462792.

HSL color Cylindrical-coordinate representation of color #085216: hue angle of 131.35º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085216 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB88222-
CMYK0.9000.730.68
HSL131.35º82.22%17.65%-
HSV(B)131.35º90.24%32.16%-
XYZ3.266.141.77-
YUV53.03110.4895.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.14%
GREEN value IS 82 (32.42% from 255) = 73.21%
BLUE value IS 22 (8.98% from 255) = 19.64%
R=7.14%
G=73.21%
B=19.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal882220.9000.730.68131.3582.2217.65
Hex852165A04944835212
Octal1012226132011110420312222
Binary1000101001010110101101001001001100010010000011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085216; }

 p { color: rgb(8,82,22); }

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

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

 a { background-color: rgb(8,82,22); }

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

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

 span { border-color: rgb(8,82,22); }

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