Shades of Myrtle #044207
Tints of Myrtle #044207
RGB
CMYK
RGB Variations
Color information
#044207 (or 0x044207) is known color: Myrtle. HEX triplet: 04, 42 and 07. RGB value is (4,66,7). Sum of RGB (Red+Green+Blue) = 4+66+7=77 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.19% from 77); Green value is 66 (26.17% from 255 or 85.71% from 77); Blue value is 7 (3.12% from 255 or 9.09% from 77); Max value from RGB is 66 - color contains mainly: green. Hex color #044207 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044207 is #FBBDF8. Grayscale: #282828. Windows color (decimal): -16498169 or 475652. OLE color: 475652.
HSL color Cylindrical-coordinate representation of color #044207: hue angle of 122.9º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044207 is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 66 | 7 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.74 |
| HSL | 122.9º | 0.89% | 0.14% | - |
| HSV(B) | 122.9º | 0.94% | 0.26% | - |
| XYZ | 2.04 | 3.94 | 0.85 | - |
| YUV | 40.74 | 108.96 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 7 | 0.94 | 0 | 0.89 | 0.74 | 122.9 | 0.89 | 0.14 |
| Hex | 4 | 42 | 7 | 5E | 0 | 59 | 4A | 7B | 59 | E |
| Octal | 4 | 102 | 7 | 136 | 0 | 131 | 112 | 173 | 131 | 16 |
| Binary | 100 | 1000010 | 111 | 1011110 | 0 | 1011001 | 1001010 | 1111011 | 1011001 | 1110 |
Color Harmonies of #044207
Complementary color
Monochromatic Colors of #044207
Black with #044207
Text Example
Text Example
White with #044207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044207; }
p { color: rgb(4,66,7); }
H1.HeaderClassName
{
color: #044207;
}
.AnyTagClassName
{
color: #044207;
}
</style>
background-color css
<style>
a { background-color: #044207; }
a { background-color: rgb(4,66,7); }
div.DivClassName
{
background-color: #044207;
}
.BgClassName
{
background-color: #044207;
}
</style>
border-color css
<style>
span { border-color: #044207; }
span { border-color: rgb(4,66,7); }
td.TdClassName
{
border-color: #044207;
}
.TagClassName
{
border-color: #044207;
}
</style>