Shades of Myrtle #034D09
Tints of Myrtle #034D09
RGB
CMYK
RGB Variations
Color information
#034D09 (or 0x034D09) is known color: Myrtle. HEX triplet: 03, 4D and 09. RGB value is (3,77,9). Sum of RGB (Red+Green+Blue) = 3+77+9=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 77 (30.47% from 255 or 86.52% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 77 - color contains mainly: green. Hex color #034D09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034D09 is #FCB2F6. Grayscale: #2F2F2F. Windows color (decimal): -16560887 or 609539. OLE color: 609539.
HSL color Cylindrical-coordinate representation of color #034D09: hue angle of 124.86º 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 #034D09 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 77 | 9 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.70 |
| HSL | 124.86º | 0.93% | 0.16% | - |
| HSV(B) | 124.86º | 0.96% | 0.3% | - |
| XYZ | 2.74 | 5.35 | 1.15 | - |
| YUV | 47.12 | 106.48 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 9 | 0.96 | 0 | 0.88 | 0.70 | 124.86 | 0.93 | 0.16 |
| Hex | 3 | 4D | 9 | 60 | 0 | 58 | 46 | 7D | 5C | 10 |
| Octal | 3 | 115 | 11 | 140 | 0 | 130 | 106 | 175 | 134 | 20 |
| Binary | 11 | 1001101 | 1001 | 1100000 | 0 | 1011000 | 1000110 | 1111101 | 1011100 | 10000 |
Color Harmonies of #034D09
Complementary color
Monochromatic Colors of #034D09
Black with #034D09
Text Example
Text Example
White with #034D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034D09; }
p { color: rgb(3,77,9); }
H1.HeaderClassName
{
color: #034D09;
}
.AnyTagClassName
{
color: #034D09;
}
</style>
background-color css
<style>
a { background-color: #034D09; }
a { background-color: rgb(3,77,9); }
div.DivClassName
{
background-color: #034D09;
}
.BgClassName
{
background-color: #034D09;
}
</style>
border-color css
<style>
span { border-color: #034D09; }
span { border-color: rgb(3,77,9); }
td.TdClassName
{
border-color: #034D09;
}
.TagClassName
{
border-color: #034D09;
}
</style>