Shades of Myrtle #044D0F
Tints of Myrtle #044D0F
RGB
CMYK
RGB Variations
Color information
#044D0F (or 0x044D0F) is known color: Myrtle. HEX triplet: 04, 4D and 0F. RGB value is (4,77,15). Sum of RGB (Red+Green+Blue) = 4+77+15=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 77 (30.47% from 255 or 80.21% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 77 - color contains mainly: green. Hex color #044D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #044D0F is #FBB2F0. Grayscale: #303030. Windows color (decimal): -16495345 or 1002756. OLE color: 1002756.
HSL color Cylindrical-coordinate representation of color #044D0F: hue angle of 129.04º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044D0F is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 77 | 15 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.70 |
| HSL | 129.04º | 0.9% | 0.16% | - |
| HSV(B) | 129.04º | 0.95% | 0.3% | - |
| XYZ | 2.79 | 5.37 | 1.34 | - |
| YUV | 48.11 | 109.32 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 15 | 0.95 | 0 | 0.81 | 0.70 | 129.04 | 0.9 | 0.16 |
| Hex | 4 | 4D | F | 5F | 0 | 51 | 46 | 81 | 5A | 10 |
| Octal | 4 | 115 | 17 | 137 | 0 | 121 | 106 | 201 | 132 | 20 |
| Binary | 100 | 1001101 | 1111 | 1011111 | 0 | 1010001 | 1000110 | 10000001 | 1011010 | 10000 |
Color Harmonies of #044D0F
Complementary color
Monochromatic Colors of #044D0F
Black with #044D0F
Text Example
Text Example
White with #044D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044D0F; }
p { color: rgb(4,77,15); }
H1.HeaderClassName
{
color: #044D0F;
}
.AnyTagClassName
{
color: #044D0F;
}
</style>
background-color css
<style>
a { background-color: #044D0F; }
a { background-color: rgb(4,77,15); }
div.DivClassName
{
background-color: #044D0F;
}
.BgClassName
{
background-color: #044D0F;
}
</style>
border-color css
<style>
span { border-color: #044D0F; }
span { border-color: rgb(4,77,15); }
td.TdClassName
{
border-color: #044D0F;
}
.TagClassName
{
border-color: #044D0F;
}
</style>