Shades of Crusoe #0C5728
Tints of Crusoe #0C5728
RGB
CMYK
RGB Variations
Color information
#0C5728 (or 0x0C5728) is known color: Crusoe. HEX triplet: 0C, 57 and 28. RGB value is (12,87,40). Sum of RGB (Red+Green+Blue) = 12+87+40=139 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.63% from 139); Green value is 87 (34.38% from 255 or 62.59% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 87 - color contains mainly: green. Hex color #0C5728 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5728 is #F3A8D7. Grayscale: #3B3B3B. Windows color (decimal): -15968472 or 2643724. OLE color: 2643724.
HSL color Cylindrical-coordinate representation of color #0C5728: hue angle of 142.4º 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 #0C5728 is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 12 | 87 | 40 | - |
| CMYK | 0.86 | 0 | 0.54 | 0.66 |
| HSL | 142.4º | 0.76% | 0.19% | - |
| HSV(B) | 142.4º | 0.86% | 0.34% | - |
| XYZ | 3.94 | 7.05 | 3.16 | - |
| YUV | 59.22 | 117.15 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 87 | 40 | 0.86 | 0 | 0.54 | 0.66 | 142.4 | 0.76 | 0.19 |
| Hex | C | 57 | 28 | 56 | 0 | 36 | 42 | 8E | 4C | 13 |
| Octal | 14 | 127 | 50 | 126 | 0 | 66 | 102 | 216 | 114 | 23 |
| Binary | 1100 | 1010111 | 101000 | 1010110 | 0 | 110110 | 1000010 | 10001110 | 1001100 | 10011 |
Color Harmonies of #0C5728
Complementary color
Monochromatic Colors of #0C5728
Black with #0C5728
Text Example
Text Example
White with #0C5728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5728; }
p { color: rgb(12,87,40); }
H1.HeaderClassName
{
color: #0C5728;
}
.AnyTagClassName
{
color: #0C5728;
}
</style>
background-color css
<style>
a { background-color: #0C5728; }
a { background-color: rgb(12,87,40); }
div.DivClassName
{
background-color: #0C5728;
}
.BgClassName
{
background-color: #0C5728;
}
</style>
border-color css
<style>
span { border-color: #0C5728; }
span { border-color: rgb(12,87,40); }
td.TdClassName
{
border-color: #0C5728;
}
.TagClassName
{
border-color: #0C5728;
}
</style>