#085220

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

Shades of Crusoe #085220

Tints of Crusoe #085220

Color information

#085220 (or 0x085220) is unknown color: approx Crusoe. HEX triplet: 08, 52 and 20. RGB value is (8,82,32). Sum of RGB (Red+Green+Blue) = 8+82+32=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 82 (32.42% from 255 or 67.21% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 82 - color contains mainly: green. Hex color #085220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085220 is #F7ADDF. Grayscale: #363636. Windows color (decimal): -16231904 or 2118152. OLE color: 2118152.

HSL color Cylindrical-coordinate representation of color #085220: hue angle of 139.46º 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 #085220 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB88232-
CMYK0.9000.610.68
HSL139.46º82.22%17.65%-
HSV(B)139.46º90.24%32.16%-
XYZ3.386.192.38-
YUV54.17115.4895.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 82 (32.42% from 255) = 67.21%
BLUE value IS 32 (12.89% from 255) = 26.23%
R=6.56%
G=67.21%
B=26.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal882320.9000.610.68139.4682.2217.65
Hex852205A03D448b5212
Octal101224013207510421312222
Binary1000101001010000010110100111101100010010001011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085220; }

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

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

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

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

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

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

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

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