#085924

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

Shades of Crusoe #085924

Tints of Crusoe #085924

Color information

#085924 (or 0x085924) is unknown color: approx Crusoe. HEX triplet: 08, 59 and 24. RGB value is (8,89,36). Sum of RGB (Red+Green+Blue) = 8+89+36=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 89 (35.16% from 255 or 66.92% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 89 - color contains mainly: green. Hex color #085924 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085924 is #F7A6DB. Grayscale: #3A3A3A. Windows color (decimal): -16230108 or 2382088. OLE color: 2382088.

HSL color Cylindrical-coordinate representation of color #085924: hue angle of 140.74º degrees, saturation: 0.84, 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 #085924 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB88936-
CMYK0.9100.600.65
HSL140.74º83.51%19.02%-
HSV(B)140.74º91.01%34.9%-
XYZ3.997.322.87-
YUV58.74115.1691.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.02%
GREEN value IS 89 (35.16% from 255) = 66.92%
BLUE value IS 36 (14.45% from 255) = 27.07%
R=6.02%
G=66.92%
B=27.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal889360.9100.600.65140.7483.5119.02
Hex859245B03C418d5413
Octal101314413307410121512423
Binary1000101100110010010110110111100100000110001101101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085924; }

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

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

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

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

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

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

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

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