Shades of Crusoe #085424
Tints of Crusoe #085424
RGB
CMYK
RGB Variations
Color information
#085424 (or 0x085424) is known color: Crusoe. HEX triplet: 08, 54 and 24. RGB value is (8,84,36). Sum of RGB (Red+Green+Blue) = 8+84+36=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 84 (33.20% from 255 or 65.62% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 84 - color contains mainly: green. Hex color #085424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085424 is #F7ABDB. Grayscale: #373737. Windows color (decimal): -16231388 or 2380808. OLE color: 2380808.
HSL color Cylindrical-coordinate representation of color #085424: hue angle of 142.11º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085424 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 84 | 36 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.67 |
| HSL | 142.11º | 0.83% | 0.18% | - |
| HSV(B) | 142.11º | 0.9% | 0.33% | - |
| XYZ | 3.59 | 6.52 | 2.74 | - |
| YUV | 55.8 | 116.82 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 36 | 0.90 | 0 | 0.57 | 0.67 | 142.11 | 0.83 | 0.18 |
| Hex | 8 | 54 | 24 | 5A | 0 | 39 | 43 | 8E | 53 | 12 |
| Octal | 10 | 124 | 44 | 132 | 0 | 71 | 103 | 216 | 123 | 22 |
| Binary | 1000 | 1010100 | 100100 | 1011010 | 0 | 111001 | 1000011 | 10001110 | 1010011 | 10010 |
Color Harmonies of #085424
Complementary color
Monochromatic Colors of #085424
Black with #085424
Text Example
Text Example
White with #085424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085424; }
p { color: rgb(8,84,36); }
H1.HeaderClassName
{
color: #085424;
}
.AnyTagClassName
{
color: #085424;
}
</style>
background-color css
<style>
a { background-color: #085424; }
a { background-color: rgb(8,84,36); }
div.DivClassName
{
background-color: #085424;
}
.BgClassName
{
background-color: #085424;
}
</style>
border-color css
<style>
span { border-color: #085424; }
span { border-color: rgb(8,84,36); }
td.TdClassName
{
border-color: #085424;
}
.TagClassName
{
border-color: #085424;
}
</style>