Shades of Myrtle #0C4801
Tints of Myrtle #0C4801
RGB
CMYK
RGB Variations
Color information
#0C4801 (or 0x0C4801) is known color: Myrtle. HEX triplet: 0C, 48 and 01. RGB value is (12,72,1). Sum of RGB (Red+Green+Blue) = 12+72+1=85 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.12% from 85); Green value is 72 (28.52% from 255 or 84.71% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 72 - color contains mainly: green. Hex color #0C4801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4801 is #F3B7FE. Grayscale: #2E2E2E. Windows color (decimal): -15972351 or 83980. OLE color: 83980.
HSL color Cylindrical-coordinate representation of color #0C4801: hue angle of 110.7º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C4801 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 12 | 72 | 1 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.72 |
| HSL | 110.7º | 0.97% | 0.14% | - |
| HSV(B) | 110.7º | 0.99% | 0.28% | - |
| XYZ | 2.47 | 4.72 | 0.81 | - |
| YUV | 45.97 | 102.62 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 72 | 1 | 0.83 | 0 | 0.99 | 0.72 | 110.7 | 0.97 | 0.14 |
| Hex | C | 48 | 1 | 53 | 0 | 63 | 48 | 6F | 61 | E |
| Octal | 14 | 110 | 1 | 123 | 0 | 143 | 110 | 157 | 141 | 16 |
| Binary | 1100 | 1001000 | 1 | 1010011 | 0 | 1100011 | 1001000 | 1101111 | 1100001 | 1110 |
Color Harmonies of #0C4801
Complementary color
Monochromatic Colors of #0C4801
Black with #0C4801
Text Example
Text Example
White with #0C4801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4801; }
p { color: rgb(12,72,1); }
H1.HeaderClassName
{
color: #0C4801;
}
.AnyTagClassName
{
color: #0C4801;
}
</style>
background-color css
<style>
a { background-color: #0C4801; }
a { background-color: rgb(12,72,1); }
div.DivClassName
{
background-color: #0C4801;
}
.BgClassName
{
background-color: #0C4801;
}
</style>
border-color css
<style>
span { border-color: #0C4801; }
span { border-color: rgb(12,72,1); }
td.TdClassName
{
border-color: #0C4801;
}
.TagClassName
{
border-color: #0C4801;
}
</style>