Shades of Myrtle #04470C
Tints of Myrtle #04470C
RGB
CMYK
RGB Variations
Color information
#04470C (or 0x04470C) is known color: Myrtle. HEX triplet: 04, 47 and 0C. RGB value is (4,71,12). Sum of RGB (Red+Green+Blue) = 4+71+12=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 71 (28.12% from 255 or 81.61% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 71 - color contains mainly: green. Hex color #04470C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04470C is #FBB8F3. Grayscale: #2C2C2C. Windows color (decimal): -16496884 or 804612. OLE color: 804612.
HSL color Cylindrical-coordinate representation of color #04470C: hue angle of 127.16º 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 #04470C is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 71 | 12 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.72 |
| HSL | 127.16º | 0.89% | 0.15% | - |
| HSV(B) | 127.16º | 0.94% | 0.28% | - |
| XYZ | 2.37 | 4.56 | 1.1 | - |
| YUV | 44.24 | 109.8 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 71 | 12 | 0.94 | 0 | 0.83 | 0.72 | 127.16 | 0.89 | 0.15 |
| Hex | 4 | 47 | C | 5E | 0 | 53 | 48 | 7F | 59 | F |
| Octal | 4 | 107 | 14 | 136 | 0 | 123 | 110 | 177 | 131 | 17 |
| Binary | 100 | 1000111 | 1100 | 1011110 | 0 | 1010011 | 1001000 | 1111111 | 1011001 | 1111 |
Color Harmonies of #04470C
Complementary color
Monochromatic Colors of #04470C
Black with #04470C
Text Example
Text Example
White with #04470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04470C; }
p { color: rgb(4,71,12); }
H1.HeaderClassName
{
color: #04470C;
}
.AnyTagClassName
{
color: #04470C;
}
</style>
background-color css
<style>
a { background-color: #04470C; }
a { background-color: rgb(4,71,12); }
div.DivClassName
{
background-color: #04470C;
}
.BgClassName
{
background-color: #04470C;
}
</style>
border-color css
<style>
span { border-color: #04470C; }
span { border-color: rgb(4,71,12); }
td.TdClassName
{
border-color: #04470C;
}
.TagClassName
{
border-color: #04470C;
}
</style>