Shades of Crusoe #0C5724
Tints of Crusoe #0C5724
RGB
CMYK
RGB Variations
Color information
#0C5724 (or 0x0C5724) is known color: Crusoe. HEX triplet: 0C, 57 and 24. RGB value is (12,87,36). Sum of RGB (Red+Green+Blue) = 12+87+36=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 87 (34.38% from 255 or 64.44% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 87 - color contains mainly: green. Hex color #0C5724 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5724 is #F3A8DB. Grayscale: #3A3A3A. Windows color (decimal): -15968476 or 2381580. OLE color: 2381580.
HSL color Cylindrical-coordinate representation of color #0C5724: hue angle of 139.2º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5724 is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 12 | 87 | 36 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.66 |
| HSL | 139.2º | 0.76% | 0.19% | - |
| HSV(B) | 139.2º | 0.86% | 0.34% | - |
| XYZ | 3.88 | 7.02 | 2.82 | - |
| YUV | 58.76 | 115.15 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 87 | 36 | 0.86 | 0 | 0.59 | 0.66 | 139.2 | 0.76 | 0.19 |
| Hex | C | 57 | 24 | 56 | 0 | 3B | 42 | 8B | 4C | 13 |
| Octal | 14 | 127 | 44 | 126 | 0 | 73 | 102 | 213 | 114 | 23 |
| Binary | 1100 | 1010111 | 100100 | 1010110 | 0 | 111011 | 1000010 | 10001011 | 1001100 | 10011 |
Color Harmonies of #0C5724
Complementary color
Monochromatic Colors of #0C5724
Black with #0C5724
Text Example
Text Example
White with #0C5724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5724; }
p { color: rgb(12,87,36); }
H1.HeaderClassName
{
color: #0C5724;
}
.AnyTagClassName
{
color: #0C5724;
}
</style>
background-color css
<style>
a { background-color: #0C5724; }
a { background-color: rgb(12,87,36); }
div.DivClassName
{
background-color: #0C5724;
}
.BgClassName
{
background-color: #0C5724;
}
</style>
border-color css
<style>
span { border-color: #0C5724; }
span { border-color: rgb(12,87,36); }
td.TdClassName
{
border-color: #0C5724;
}
.TagClassName
{
border-color: #0C5724;
}
</style>