Shades of Myrtle #04480D
Tints of Myrtle #04480D
RGB
CMYK
RGB Variations
Color information
#04480D (or 0x04480D) is known color: Myrtle. HEX triplet: 04, 48 and 0D. RGB value is (4,72,13). Sum of RGB (Red+Green+Blue) = 4+72+13=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 72 (28.52% from 255 or 80.90% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 72 - color contains mainly: green. Hex color #04480D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04480D is #FBB7F2. Grayscale: #2D2D2D. Windows color (decimal): -16496627 or 870404. OLE color: 870404.
HSL color Cylindrical-coordinate representation of color #04480D: hue angle of 127.94º 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 #04480D is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 72 | 13 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.72 |
| HSL | 127.94º | 0.89% | 0.15% | - |
| HSV(B) | 127.94º | 0.94% | 0.28% | - |
| XYZ | 2.44 | 4.69 | 1.16 | - |
| YUV | 44.94 | 109.97 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 13 | 0.94 | 0 | 0.82 | 0.72 | 127.94 | 0.89 | 0.15 |
| Hex | 4 | 48 | D | 5E | 0 | 52 | 48 | 80 | 59 | F |
| Octal | 4 | 110 | 15 | 136 | 0 | 122 | 110 | 200 | 131 | 17 |
| Binary | 100 | 1001000 | 1101 | 1011110 | 0 | 1010010 | 1001000 | 10000000 | 1011001 | 1111 |
Color Harmonies of #04480D
Complementary color
Monochromatic Colors of #04480D
Black with #04480D
Text Example
Text Example
White with #04480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04480D; }
p { color: rgb(4,72,13); }
H1.HeaderClassName
{
color: #04480D;
}
.AnyTagClassName
{
color: #04480D;
}
</style>
background-color css
<style>
a { background-color: #04480D; }
a { background-color: rgb(4,72,13); }
div.DivClassName
{
background-color: #04480D;
}
.BgClassName
{
background-color: #04480D;
}
</style>
border-color css
<style>
span { border-color: #04480D; }
span { border-color: rgb(4,72,13); }
td.TdClassName
{
border-color: #04480D;
}
.TagClassName
{
border-color: #04480D;
}
</style>