Shades of Crusoe #056024
Tints of Crusoe #056024
RGB
CMYK
RGB Variations
Color information
#056024 (or 0x056024) is known color: Crusoe. HEX triplet: 05, 60 and 24. RGB value is (5,96,36). Sum of RGB (Red+Green+Blue) = 5+96+36=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 96 (37.89% from 255 or 70.07% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 96 - color contains mainly: green. Hex color #056024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056024 is #FA9FDB. Grayscale: #3E3E3E. Windows color (decimal): -16424924 or 2383877. OLE color: 2383877.
HSL color Cylindrical-coordinate representation of color #056024: hue angle of 140.44º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056024 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 96 | 36 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.62 |
| HSL | 140.44º | 0.9% | 0.2% | - |
| HSV(B) | 140.44º | 0.95% | 0.38% | - |
| XYZ | 4.56 | 8.53 | 3.07 | - |
| YUV | 61.95 | 113.35 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 36 | 0.95 | 0 | 0.62 | 0.62 | 140.44 | 0.9 | 0.2 |
| Hex | 5 | 60 | 24 | 5F | 0 | 3E | 3E | 8C | 5A | 14 |
| Octal | 5 | 140 | 44 | 137 | 0 | 76 | 76 | 214 | 132 | 24 |
| Binary | 101 | 1100000 | 100100 | 1011111 | 0 | 111110 | 111110 | 10001100 | 1011010 | 10100 |
Color Harmonies of #056024
Complementary color
Monochromatic Colors of #056024
Black with #056024
Text Example
Text Example
White with #056024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056024; }
p { color: rgb(5,96,36); }
H1.HeaderClassName
{
color: #056024;
}
.AnyTagClassName
{
color: #056024;
}
</style>
background-color css
<style>
a { background-color: #056024; }
a { background-color: rgb(5,96,36); }
div.DivClassName
{
background-color: #056024;
}
.BgClassName
{
background-color: #056024;
}
</style>
border-color css
<style>
span { border-color: #056024; }
span { border-color: rgb(5,96,36); }
td.TdClassName
{
border-color: #056024;
}
.TagClassName
{
border-color: #056024;
}
</style>