Shades of Myrtle #0C470E
Tints of Myrtle #0C470E
RGB
CMYK
RGB Variations
Color information
#0C470E (or 0x0C470E) is known color: Myrtle. HEX triplet: 0C, 47 and 0E. RGB value is (12,71,14). Sum of RGB (Red+Green+Blue) = 12+71+14=97 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.37% from 97); Green value is 71 (28.12% from 255 or 73.20% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 71 - color contains mainly: green. Hex color #0C470E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C470E is #F3B8F1. Grayscale: #2F2F2F. Windows color (decimal): -15972594 or 935692. OLE color: 935692.
HSL color Cylindrical-coordinate representation of color #0C470E: hue angle of 122.03º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C470E is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 12 | 71 | 14 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.72 |
| HSL | 122.03º | 0.71% | 0.16% | - |
| HSV(B) | 122.03º | 0.83% | 0.28% | - |
| XYZ | 2.48 | 4.62 | 1.18 | - |
| YUV | 46.86 | 109.45 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 71 | 14 | 0.83 | 0 | 0.80 | 0.72 | 122.03 | 0.71 | 0.16 |
| Hex | C | 47 | E | 53 | 0 | 50 | 48 | 7A | 47 | 10 |
| Octal | 14 | 107 | 16 | 123 | 0 | 120 | 110 | 172 | 107 | 20 |
| Binary | 1100 | 1000111 | 1110 | 1010011 | 0 | 1010000 | 1001000 | 1111010 | 1000111 | 10000 |
Color Harmonies of #0C470E
Complementary color
Monochromatic Colors of #0C470E
Black with #0C470E
Text Example
Text Example
White with #0C470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C470E; }
p { color: rgb(12,71,14); }
H1.HeaderClassName
{
color: #0C470E;
}
.AnyTagClassName
{
color: #0C470E;
}
</style>
background-color css
<style>
a { background-color: #0C470E; }
a { background-color: rgb(12,71,14); }
div.DivClassName
{
background-color: #0C470E;
}
.BgClassName
{
background-color: #0C470E;
}
</style>
border-color css
<style>
span { border-color: #0C470E; }
span { border-color: rgb(12,71,14); }
td.TdClassName
{
border-color: #0C470E;
}
.TagClassName
{
border-color: #0C470E;
}
</style>