Shades of Myrtle #034D0E
Tints of Myrtle #034D0E
RGB
CMYK
RGB Variations
Color information
#034D0E (or 0x034D0E) is known color: Myrtle. HEX triplet: 03, 4D and 0E. RGB value is (3,77,14). Sum of RGB (Red+Green+Blue) = 3+77+14=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 77 (30.47% from 255 or 81.91% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 77 - color contains mainly: green. Hex color #034D0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034D0E is #FCB2F1. Grayscale: #2F2F2F. Windows color (decimal): -16560882 or 937219. OLE color: 937219.
HSL color Cylindrical-coordinate representation of color #034D0E: hue angle of 128.92º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034D0E is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 77 | 14 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.70 |
| HSL | 128.92º | 0.93% | 0.16% | - |
| HSV(B) | 128.92º | 0.96% | 0.3% | - |
| XYZ | 2.77 | 5.36 | 1.3 | - |
| YUV | 47.69 | 108.98 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 14 | 0.96 | 0 | 0.82 | 0.70 | 128.92 | 0.93 | 0.16 |
| Hex | 3 | 4D | E | 60 | 0 | 52 | 46 | 81 | 5C | 10 |
| Octal | 3 | 115 | 16 | 140 | 0 | 122 | 106 | 201 | 134 | 20 |
| Binary | 11 | 1001101 | 1110 | 1100000 | 0 | 1010010 | 1000110 | 10000001 | 1011100 | 10000 |
Color Harmonies of #034D0E
Complementary color
Monochromatic Colors of #034D0E
Black with #034D0E
Text Example
Text Example
White with #034D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034D0E; }
p { color: rgb(3,77,14); }
H1.HeaderClassName
{
color: #034D0E;
}
.AnyTagClassName
{
color: #034D0E;
}
</style>
background-color css
<style>
a { background-color: #034D0E; }
a { background-color: rgb(3,77,14); }
div.DivClassName
{
background-color: #034D0E;
}
.BgClassName
{
background-color: #034D0E;
}
</style>
border-color css
<style>
span { border-color: #034D0E; }
span { border-color: rgb(3,77,14); }
td.TdClassName
{
border-color: #034D0E;
}
.TagClassName
{
border-color: #034D0E;
}
</style>