Shades of Myrtle #0C4703
Tints of Myrtle #0C4703
RGB
CMYK
RGB Variations
Color information
#0C4703 (or 0x0C4703) is known color: Myrtle. HEX triplet: 0C, 47 and 03. RGB value is (12,71,3). Sum of RGB (Red+Green+Blue) = 12+71+3=86 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.95% from 86); Green value is 71 (28.12% from 255 or 82.56% from 86); Blue value is 3 (1.56% from 255 or 3.49% from 86); Max value from RGB is 71 - color contains mainly: green. Hex color #0C4703 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4703 is #F3B8FC. Grayscale: #2D2D2D. Windows color (decimal): -15972605 or 214796. OLE color: 214796.
HSL color Cylindrical-coordinate representation of color #0C4703: hue angle of 112.06º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C4703 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 12 | 71 | 3 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.72 |
| HSL | 112.06º | 0.92% | 0.15% | - |
| HSV(B) | 112.06º | 0.96% | 0.28% | - |
| XYZ | 2.42 | 4.59 | 0.84 | - |
| YUV | 45.61 | 103.95 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 71 | 3 | 0.83 | 0 | 0.96 | 0.72 | 112.06 | 0.92 | 0.15 |
| Hex | C | 47 | 3 | 53 | 0 | 60 | 48 | 70 | 5C | F |
| Octal | 14 | 107 | 3 | 123 | 0 | 140 | 110 | 160 | 134 | 17 |
| Binary | 1100 | 1000111 | 11 | 1010011 | 0 | 1100000 | 1001000 | 1110000 | 1011100 | 1111 |
Color Harmonies of #0C4703
Complementary color
Monochromatic Colors of #0C4703
Black with #0C4703
Text Example
Text Example
White with #0C4703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4703; }
p { color: rgb(12,71,3); }
H1.HeaderClassName
{
color: #0C4703;
}
.AnyTagClassName
{
color: #0C4703;
}
</style>
background-color css
<style>
a { background-color: #0C4703; }
a { background-color: rgb(12,71,3); }
div.DivClassName
{
background-color: #0C4703;
}
.BgClassName
{
background-color: #0C4703;
}
</style>
border-color css
<style>
span { border-color: #0C4703; }
span { border-color: rgb(12,71,3); }
td.TdClassName
{
border-color: #0C4703;
}
.TagClassName
{
border-color: #0C4703;
}
</style>