Shades of Myrtle #0C4902
Tints of Myrtle #0C4902
RGB
CMYK
RGB Variations
Color information
#0C4902 (or 0x0C4902) is known color: Myrtle. HEX triplet: 0C, 49 and 02. RGB value is (12,73,2). Sum of RGB (Red+Green+Blue) = 12+73+2=87 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.79% from 87); Green value is 73 (28.91% from 255 or 83.91% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 73 - color contains mainly: green. Hex color #0C4902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4902 is #F3B6FD. Grayscale: #2E2E2E. Windows color (decimal): -15972094 or 149772. OLE color: 149772.
HSL color Cylindrical-coordinate representation of color #0C4902: hue angle of 111.55º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C4902 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 73 | 2 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.71 |
| HSL | 111.55º | 0.95% | 0.15% | - |
| HSV(B) | 111.55º | 0.97% | 0.29% | - |
| XYZ | 2.55 | 4.85 | 0.86 | - |
| YUV | 46.67 | 102.79 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 73 | 2 | 0.84 | 0 | 0.97 | 0.71 | 111.55 | 0.95 | 0.15 |
| Hex | C | 49 | 2 | 54 | 0 | 61 | 47 | 70 | 5F | F |
| Octal | 14 | 111 | 2 | 124 | 0 | 141 | 107 | 160 | 137 | 17 |
| Binary | 1100 | 1001001 | 10 | 1010100 | 0 | 1100001 | 1000111 | 1110000 | 1011111 | 1111 |
Color Harmonies of #0C4902
Complementary color
Monochromatic Colors of #0C4902
Black with #0C4902
Text Example
Text Example
White with #0C4902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4902; }
p { color: rgb(12,73,2); }
H1.HeaderClassName
{
color: #0C4902;
}
.AnyTagClassName
{
color: #0C4902;
}
</style>
background-color css
<style>
a { background-color: #0C4902; }
a { background-color: rgb(12,73,2); }
div.DivClassName
{
background-color: #0C4902;
}
.BgClassName
{
background-color: #0C4902;
}
</style>
border-color css
<style>
span { border-color: #0C4902; }
span { border-color: rgb(12,73,2); }
td.TdClassName
{
border-color: #0C4902;
}
.TagClassName
{
border-color: #0C4902;
}
</style>