#085824

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

Shades of Crusoe #085824

Tints of Crusoe #085824

Color information

#085824 (or 0x085824) is unknown color: approx Crusoe. HEX triplet: 08, 58 and 24. RGB value is (8,88,36). Sum of RGB (Red+Green+Blue) = 8+88+36=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 88 (34.77% from 255 or 66.67% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 88 - color contains mainly: green. Hex color #085824 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085824 is #F7A7DB. Grayscale: #3A3A3A. Windows color (decimal): -16230364 or 2381832. OLE color: 2381832.

HSL color Cylindrical-coordinate representation of color #085824: hue angle of 141º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085824 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB88836-
CMYK0.9100.590.65
HSL141º83.33%18.82%-
HSV(B)141º90.91%34.51%-
XYZ3.917.162.84-
YUV58.15115.592.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.06%
GREEN value IS 88 (34.77% from 255) = 66.67%
BLUE value IS 36 (14.45% from 255) = 27.27%
R=6.06%
G=66.67%
B=27.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888360.9100.590.6514183.3318.82
Hex858245B03B418d5313
Octal101304413307310121512323
Binary1000101100010010010110110111011100000110001101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085824; }

 p { color: rgb(8,88,36); }

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

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

 a { background-color: rgb(8,88,36); }

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

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

 span { border-color: rgb(8,88,36); }

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