Shades of Myrtle #04520D
Tints of Myrtle #04520D
RGB
CMYK
RGB Variations
Color information
#04520D (or 0x04520D) is known color: Myrtle. HEX triplet: 04, 52 and 0D. RGB value is (4,82,13). Sum of RGB (Red+Green+Blue) = 4+82+13=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 82 (32.42% from 255 or 82.83% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 82 - color contains mainly: green. Hex color #04520D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04520D is #FBADF2. Grayscale: #333333. Windows color (decimal): -16494067 or 872964. OLE color: 872964.
HSL color Cylindrical-coordinate representation of color #04520D: hue angle of 126.92º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04520D is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 82 | 13 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.68 |
| HSL | 126.92º | 0.91% | 0.17% | - |
| HSV(B) | 126.92º | 0.95% | 0.32% | - |
| XYZ | 3.14 | 6.09 | 1.39 | - |
| YUV | 50.81 | 106.66 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 13 | 0.95 | 0 | 0.84 | 0.68 | 126.92 | 0.91 | 0.17 |
| Hex | 4 | 52 | D | 5F | 0 | 54 | 44 | 7F | 5B | 11 |
| Octal | 4 | 122 | 15 | 137 | 0 | 124 | 104 | 177 | 133 | 21 |
| Binary | 100 | 1010010 | 1101 | 1011111 | 0 | 1010100 | 1000100 | 1111111 | 1011011 | 10001 |
Color Harmonies of #04520D
Complementary color
Monochromatic Colors of #04520D
Black with #04520D
Text Example
Text Example
White with #04520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04520D; }
p { color: rgb(4,82,13); }
H1.HeaderClassName
{
color: #04520D;
}
.AnyTagClassName
{
color: #04520D;
}
</style>
background-color css
<style>
a { background-color: #04520D; }
a { background-color: rgb(4,82,13); }
div.DivClassName
{
background-color: #04520D;
}
.BgClassName
{
background-color: #04520D;
}
</style>
border-color css
<style>
span { border-color: #04520D; }
span { border-color: rgb(4,82,13); }
td.TdClassName
{
border-color: #04520D;
}
.TagClassName
{
border-color: #04520D;
}
</style>