Shades of Crusoe #0C4E1E
Tints of Crusoe #0C4E1E
RGB
CMYK
RGB Variations
Color information
#0C4E1E (or 0x0C4E1E) is known color: Crusoe. HEX triplet: 0C, 4E and 1E. RGB value is (12,78,30). Sum of RGB (Red+Green+Blue) = 12+78+30=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 78 (30.86% from 255 or 65% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 78 - color contains mainly: green. Hex color #0C4E1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4E1E is #F3B1E1. Grayscale: #343434. Windows color (decimal): -15970786 or 1986060. OLE color: 1986060.
HSL color Cylindrical-coordinate representation of color #0C4E1E: hue angle of 136.36º 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 #0C4E1E is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 78 | 30 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.69 |
| HSL | 136.36º | 0.73% | 0.18% | - |
| HSV(B) | 136.36º | 0.85% | 0.31% | - |
| XYZ | 3.11 | 5.62 | 2.15 | - |
| YUV | 52.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 78 | 30 | 0.85 | 0 | 0.62 | 0.69 | 136.36 | 0.73 | 0.18 |
| Hex | C | 4E | 1E | 55 | 0 | 3E | 45 | 88 | 49 | 12 |
| Octal | 14 | 116 | 36 | 125 | 0 | 76 | 105 | 210 | 111 | 22 |
| Binary | 1100 | 1001110 | 11110 | 1010101 | 0 | 111110 | 1000101 | 10001000 | 1001001 | 10010 |
Color Harmonies of #0C4E1E
Complementary color
Monochromatic Colors of #0C4E1E
Black with #0C4E1E
Text Example
Text Example
White with #0C4E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4E1E; }
p { color: rgb(12,78,30); }
H1.HeaderClassName
{
color: #0C4E1E;
}
.AnyTagClassName
{
color: #0C4E1E;
}
</style>
background-color css
<style>
a { background-color: #0C4E1E; }
a { background-color: rgb(12,78,30); }
div.DivClassName
{
background-color: #0C4E1E;
}
.BgClassName
{
background-color: #0C4E1E;
}
</style>
border-color css
<style>
span { border-color: #0C4E1E; }
span { border-color: rgb(12,78,30); }
td.TdClassName
{
border-color: #0C4E1E;
}
.TagClassName
{
border-color: #0C4E1E;
}
</style>