Shades of Myrtle #044705
Tints of Myrtle #044705
RGB
CMYK
RGB Variations
Color information
#044705 (or 0x044705) is known color: Myrtle. HEX triplet: 04, 47 and 05. RGB value is (4,71,5). Sum of RGB (Red+Green+Blue) = 4+71+5=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 71 (28.12% from 255 or 88.75% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 71 - color contains mainly: green. Hex color #044705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044705 is #FBB8FA. Grayscale: #2B2B2B. Windows color (decimal): -16496891 or 345860. OLE color: 345860.
HSL color Cylindrical-coordinate representation of color #044705: hue angle of 120.9º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044705 is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 71 | 5 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.72 |
| HSL | 120.9º | 0.89% | 0.15% | - |
| HSV(B) | 120.9º | 0.94% | 0.28% | - |
| XYZ | 2.33 | 4.54 | 0.9 | - |
| YUV | 43.44 | 106.3 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 71 | 5 | 0.94 | 0 | 0.93 | 0.72 | 120.9 | 0.89 | 0.15 |
| Hex | 4 | 47 | 5 | 5E | 0 | 5D | 48 | 79 | 59 | F |
| Octal | 4 | 107 | 5 | 136 | 0 | 135 | 110 | 171 | 131 | 17 |
| Binary | 100 | 1000111 | 101 | 1011110 | 0 | 1011101 | 1001000 | 1111001 | 1011001 | 1111 |
Color Harmonies of #044705
Complementary color
Monochromatic Colors of #044705
Black with #044705
Text Example
Text Example
White with #044705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044705; }
p { color: rgb(4,71,5); }
H1.HeaderClassName
{
color: #044705;
}
.AnyTagClassName
{
color: #044705;
}
</style>
background-color css
<style>
a { background-color: #044705; }
a { background-color: rgb(4,71,5); }
div.DivClassName
{
background-color: #044705;
}
.BgClassName
{
background-color: #044705;
}
</style>
border-color css
<style>
span { border-color: #044705; }
span { border-color: rgb(4,71,5); }
td.TdClassName
{
border-color: #044705;
}
.TagClassName
{
border-color: #044705;
}
</style>