Shades of Myrtle #044E00
Tints of Myrtle #044E00
RGB
CMYK
RGB Variations
Color information
#044E00 (or 0x044E00) is known color: Myrtle. HEX triplet: 04, 4E and 00. RGB value is (4,78,0). Sum of RGB (Red+Green+Blue) = 4+78+0=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 78 (30.86% from 255 or 95.12% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 78 - color contains mainly: green. Hex color #044E00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #044E00 is #FBB1FF. Grayscale: #2F2F2F. Windows color (decimal): -16495104 or 19972. OLE color: 19972.
HSL color Cylindrical-coordinate representation of color #044E00: hue angle of 116.92º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #044E00 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 78 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.69 |
| HSL | 116.92º | 1% | 0.15% | - |
| HSV(B) | 116.92º | 1% | 0.31% | - |
| XYZ | 2.77 | 5.47 | 0.91 | - |
| YUV | 46.98 | 101.48 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 0 | 0.95 | 0 | 1 | 0.69 | 116.92 | 1 | 0.15 |
| Hex | 4 | 4E | 0 | 5F | 0 | 64 | 45 | 75 | 64 | F |
| Octal | 4 | 116 | 0 | 137 | 0 | 144 | 105 | 165 | 144 | 17 |
| Binary | 100 | 1001110 | 0 | 1011111 | 0 | 1100100 | 1000101 | 1110101 | 1100100 | 1111 |
Color Harmonies of #044E00
Complementary color
Monochromatic Colors of #044E00
Black with #044E00
Text Example
Text Example
White with #044E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E00; }
p { color: rgb(4,78,0); }
H1.HeaderClassName
{
color: #044E00;
}
.AnyTagClassName
{
color: #044E00;
}
</style>
background-color css
<style>
a { background-color: #044E00; }
a { background-color: rgb(4,78,0); }
div.DivClassName
{
background-color: #044E00;
}
.BgClassName
{
background-color: #044E00;
}
</style>
border-color css
<style>
span { border-color: #044E00; }
span { border-color: rgb(4,78,0); }
td.TdClassName
{
border-color: #044E00;
}
.TagClassName
{
border-color: #044E00;
}
</style>