Shades of Myrtle #034D0D
Tints of Myrtle #034D0D
RGB
CMYK
RGB Variations
Color information
#034D0D (or 0x034D0D) is known color: Myrtle. HEX triplet: 03, 4D and 0D. RGB value is (3,77,13). Sum of RGB (Red+Green+Blue) = 3+77+13=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 77 (30.47% from 255 or 82.80% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 77 - color contains mainly: green. Hex color #034D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034D0D is #FCB2F2. Grayscale: #2F2F2F. Windows color (decimal): -16560883 or 871683. OLE color: 871683.
HSL color Cylindrical-coordinate representation of color #034D0D: hue angle of 128.11º 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 #034D0D is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 77 | 13 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.70 |
| HSL | 128.11º | 0.93% | 0.16% | - |
| HSV(B) | 128.11º | 0.96% | 0.3% | - |
| XYZ | 2.76 | 5.36 | 1.27 | - |
| YUV | 47.58 | 108.48 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 13 | 0.96 | 0 | 0.83 | 0.70 | 128.11 | 0.93 | 0.16 |
| Hex | 3 | 4D | D | 60 | 0 | 53 | 46 | 80 | 5C | 10 |
| Octal | 3 | 115 | 15 | 140 | 0 | 123 | 106 | 200 | 134 | 20 |
| Binary | 11 | 1001101 | 1101 | 1100000 | 0 | 1010011 | 1000110 | 10000000 | 1011100 | 10000 |
Color Harmonies of #034D0D
Complementary color
Monochromatic Colors of #034D0D
Black with #034D0D
Text Example
Text Example
White with #034D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034D0D; }
p { color: rgb(3,77,13); }
H1.HeaderClassName
{
color: #034D0D;
}
.AnyTagClassName
{
color: #034D0D;
}
</style>
background-color css
<style>
a { background-color: #034D0D; }
a { background-color: rgb(3,77,13); }
div.DivClassName
{
background-color: #034D0D;
}
.BgClassName
{
background-color: #034D0D;
}
</style>
border-color css
<style>
span { border-color: #034D0D; }
span { border-color: rgb(3,77,13); }
td.TdClassName
{
border-color: #034D0D;
}
.TagClassName
{
border-color: #034D0D;
}
</style>