Shades of Crusoe #0C4E20
Tints of Crusoe #0C4E20
RGB
CMYK
RGB Variations
Color information
#0C4E20 (or 0x0C4E20) is known color: Crusoe. HEX triplet: 0C, 4E and 20. RGB value is (12,78,32). Sum of RGB (Red+Green+Blue) = 12+78+32=122 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.84% from 122); Green value is 78 (30.86% from 255 or 63.93% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 78 - color contains mainly: green. Hex color #0C4E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4E20 is #F3B1DF. Grayscale: #353535. Windows color (decimal): -15970784 or 2117132. OLE color: 2117132.
HSL color Cylindrical-coordinate representation of color #0C4E20: hue angle of 138.18º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C4E20 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 78 | 32 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.69 |
| HSL | 138.18º | 0.73% | 0.18% | - |
| HSV(B) | 138.18º | 0.85% | 0.31% | - |
| XYZ | 3.14 | 5.63 | 2.29 | - |
| YUV | 53.02 | 116.13 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 78 | 32 | 0.85 | 0 | 0.59 | 0.69 | 138.18 | 0.73 | 0.18 |
| Hex | C | 4E | 20 | 55 | 0 | 3B | 45 | 8A | 49 | 12 |
| Octal | 14 | 116 | 40 | 125 | 0 | 73 | 105 | 212 | 111 | 22 |
| Binary | 1100 | 1001110 | 100000 | 1010101 | 0 | 111011 | 1000101 | 10001010 | 1001001 | 10010 |
Color Harmonies of #0C4E20
Complementary color
Monochromatic Colors of #0C4E20
Black with #0C4E20
Text Example
Text Example
White with #0C4E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4E20; }
p { color: rgb(12,78,32); }
H1.HeaderClassName
{
color: #0C4E20;
}
.AnyTagClassName
{
color: #0C4E20;
}
</style>
background-color css
<style>
a { background-color: #0C4E20; }
a { background-color: rgb(12,78,32); }
div.DivClassName
{
background-color: #0C4E20;
}
.BgClassName
{
background-color: #0C4E20;
}
</style>
border-color css
<style>
span { border-color: #0C4E20; }
span { border-color: rgb(12,78,32); }
td.TdClassName
{
border-color: #0C4E20;
}
.TagClassName
{
border-color: #0C4E20;
}
</style>