#085532

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

Shades of Crusoe #085532

Tints of Crusoe #085532

Color information

#085532 (or 0x085532) is unknown color: approx Crusoe. HEX triplet: 08, 55 and 32. RGB value is (8,85,50). Sum of RGB (Red+Green+Blue) = 8+85+50=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #085532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085532 is #F7AACD. Grayscale: #3A3A3A. Windows color (decimal): -16231118 or 3298568. OLE color: 3298568.

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

Color convert

RGB88550-
CMYK0.9100.410.67
HSL152.73º82.8%18.24%-
HSV(B)152.73º90.59%33.33%-
XYZ3.926.784.12-
YUV57.99123.4992.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.59%
GREEN value IS 85 (33.59% from 255) = 59.44%
BLUE value IS 50 (19.92% from 255) = 34.97%
R=5.59%
G=59.44%
B=34.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885500.9100.410.67152.7382.818.24
Hex855325B02943995312
Octal101256213305110323112322
Binary1000101010111001010110110101001100001110011001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085532; }

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

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

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

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

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

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

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

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