Shades of Myrtle #044A00
Tints of Myrtle #044A00
RGB
CMYK
RGB Variations
Color information
#044A00 (or 0x044A00) is known color: Myrtle. HEX triplet: 04, 4A and 00. RGB value is (4,74,0). Sum of RGB (Red+Green+Blue) = 4+74+0=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 74 (29.30% from 255 or 94.87% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 74 - color contains mainly: green. Hex color #044A00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044A00 is #FBB5FF. Grayscale: #2C2C2C. Windows color (decimal): -16496128 or 18948. OLE color: 18948.
HSL color Cylindrical-coordinate representation of color #044A00: hue angle of 116.76º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #044A00 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 74 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.71 |
| HSL | 116.76º | 1% | 0.15% | - |
| HSV(B) | 116.76º | 1% | 0.29% | - |
| XYZ | 2.5 | 4.92 | 0.82 | - |
| YUV | 44.63 | 102.81 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 0 | 0.95 | 0 | 1 | 0.71 | 116.76 | 1 | 0.15 |
| Hex | 4 | 4A | 0 | 5F | 0 | 64 | 47 | 75 | 64 | F |
| Octal | 4 | 112 | 0 | 137 | 0 | 144 | 107 | 165 | 144 | 17 |
| Binary | 100 | 1001010 | 0 | 1011111 | 0 | 1100100 | 1000111 | 1110101 | 1100100 | 1111 |
Color Harmonies of #044A00
Complementary color
Monochromatic Colors of #044A00
Black with #044A00
Text Example
Text Example
White with #044A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A00; }
p { color: rgb(4,74,0); }
H1.HeaderClassName
{
color: #044A00;
}
.AnyTagClassName
{
color: #044A00;
}
</style>
background-color css
<style>
a { background-color: #044A00; }
a { background-color: rgb(4,74,0); }
div.DivClassName
{
background-color: #044A00;
}
.BgClassName
{
background-color: #044A00;
}
</style>
border-color css
<style>
span { border-color: #044A00; }
span { border-color: rgb(4,74,0); }
td.TdClassName
{
border-color: #044A00;
}
.TagClassName
{
border-color: #044A00;
}
</style>