Shades of Myrtle #04470E
Tints of Myrtle #04470E
RGB
CMYK
RGB Variations
Color information
#04470E (or 0x04470E) is known color: Myrtle. HEX triplet: 04, 47 and 0E. RGB value is (4,71,14). Sum of RGB (Red+Green+Blue) = 4+71+14=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 71 (28.12% from 255 or 79.78% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 71 - color contains mainly: green. Hex color #04470E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04470E is #FBB8F1. Grayscale: #2C2C2C. Windows color (decimal): -16496882 or 935684. OLE color: 935684.
HSL color Cylindrical-coordinate representation of color #04470E: hue angle of 128.96º 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 #04470E is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 71 | 14 | - |
| CMYK | 0.94 | 0 | 0.80 | 0.72 |
| HSL | 128.96º | 0.89% | 0.15% | - |
| HSV(B) | 128.96º | 0.94% | 0.28% | - |
| XYZ | 2.38 | 4.56 | 1.17 | - |
| YUV | 44.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 71 | 14 | 0.94 | 0 | 0.80 | 0.72 | 128.96 | 0.89 | 0.15 |
| Hex | 4 | 47 | E | 5E | 0 | 50 | 48 | 81 | 59 | F |
| Octal | 4 | 107 | 16 | 136 | 0 | 120 | 110 | 201 | 131 | 17 |
| Binary | 100 | 1000111 | 1110 | 1011110 | 0 | 1010000 | 1001000 | 10000001 | 1011001 | 1111 |
Color Harmonies of #04470E
Complementary color
Monochromatic Colors of #04470E
Black with #04470E
Text Example
Text Example
White with #04470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04470E; }
p { color: rgb(4,71,14); }
H1.HeaderClassName
{
color: #04470E;
}
.AnyTagClassName
{
color: #04470E;
}
</style>
background-color css
<style>
a { background-color: #04470E; }
a { background-color: rgb(4,71,14); }
div.DivClassName
{
background-color: #04470E;
}
.BgClassName
{
background-color: #04470E;
}
</style>
border-color css
<style>
span { border-color: #04470E; }
span { border-color: rgb(4,71,14); }
td.TdClassName
{
border-color: #04470E;
}
.TagClassName
{
border-color: #04470E;
}
</style>