Shades of Crusoe #0C4F1E
Tints of Crusoe #0C4F1E
RGB
CMYK
RGB Variations
Color information
#0C4F1E (or 0x0C4F1E) is known color: Crusoe. HEX triplet: 0C, 4F and 1E. RGB value is (12,79,30). Sum of RGB (Red+Green+Blue) = 12+79+30=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 79 (31.25% from 255 or 65.29% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 79 - color contains mainly: green. Hex color #0C4F1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4F1E is #F3B0E1. Grayscale: #353535. Windows color (decimal): -15970530 or 1986316. OLE color: 1986316.
HSL color Cylindrical-coordinate representation of color #0C4F1E: hue angle of 136.12º degrees, saturation: 0.74, 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 #0C4F1E is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 79 | 30 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.69 |
| HSL | 136.12º | 0.74% | 0.18% | - |
| HSV(B) | 136.12º | 0.85% | 0.31% | - |
| XYZ | 3.18 | 5.76 | 2.17 | - |
| YUV | 53.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 79 | 30 | 0.85 | 0 | 0.62 | 0.69 | 136.12 | 0.74 | 0.18 |
| Hex | C | 4F | 1E | 55 | 0 | 3E | 45 | 88 | 4A | 12 |
| Octal | 14 | 117 | 36 | 125 | 0 | 76 | 105 | 210 | 112 | 22 |
| Binary | 1100 | 1001111 | 11110 | 1010101 | 0 | 111110 | 1000101 | 10001000 | 1001010 | 10010 |
Color Harmonies of #0C4F1E
Complementary color
Monochromatic Colors of #0C4F1E
Black with #0C4F1E
Text Example
Text Example
White with #0C4F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4F1E; }
p { color: rgb(12,79,30); }
H1.HeaderClassName
{
color: #0C4F1E;
}
.AnyTagClassName
{
color: #0C4F1E;
}
</style>
background-color css
<style>
a { background-color: #0C4F1E; }
a { background-color: rgb(12,79,30); }
div.DivClassName
{
background-color: #0C4F1E;
}
.BgClassName
{
background-color: #0C4F1E;
}
</style>
border-color css
<style>
span { border-color: #0C4F1E; }
span { border-color: rgb(12,79,30); }
td.TdClassName
{
border-color: #0C4F1E;
}
.TagClassName
{
border-color: #0C4F1E;
}
</style>