Shades of Myrtle #04520C
Tints of Myrtle #04520C
RGB
CMYK
RGB Variations
Color information
#04520C (or 0x04520C) is known color: Myrtle. HEX triplet: 04, 52 and 0C. RGB value is (4,82,12). Sum of RGB (Red+Green+Blue) = 4+82+12=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 82 (32.42% from 255 or 83.67% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 82 - color contains mainly: green. Hex color #04520C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04520C is #FBADF3. Grayscale: #323232. Windows color (decimal): -16494068 or 807428. OLE color: 807428.
HSL color Cylindrical-coordinate representation of color #04520C: hue angle of 126.15º 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 #04520C is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 82 | 12 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.68 |
| HSL | 126.15º | 0.91% | 0.17% | - |
| HSV(B) | 126.15º | 0.95% | 0.32% | - |
| XYZ | 3.13 | 6.09 | 1.36 | - |
| YUV | 50.7 | 106.16 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 12 | 0.95 | 0 | 0.85 | 0.68 | 126.15 | 0.91 | 0.17 |
| Hex | 4 | 52 | C | 5F | 0 | 55 | 44 | 7E | 5B | 11 |
| Octal | 4 | 122 | 14 | 137 | 0 | 125 | 104 | 176 | 133 | 21 |
| Binary | 100 | 1010010 | 1100 | 1011111 | 0 | 1010101 | 1000100 | 1111110 | 1011011 | 10001 |
Color Harmonies of #04520C
Complementary color
Monochromatic Colors of #04520C
Black with #04520C
Text Example
Text Example
White with #04520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04520C; }
p { color: rgb(4,82,12); }
H1.HeaderClassName
{
color: #04520C;
}
.AnyTagClassName
{
color: #04520C;
}
</style>
background-color css
<style>
a { background-color: #04520C; }
a { background-color: rgb(4,82,12); }
div.DivClassName
{
background-color: #04520C;
}
.BgClassName
{
background-color: #04520C;
}
</style>
border-color css
<style>
span { border-color: #04520C; }
span { border-color: rgb(4,82,12); }
td.TdClassName
{
border-color: #04520C;
}
.TagClassName
{
border-color: #04520C;
}
</style>