Shades of Myrtle #04510E
Tints of Myrtle #04510E
RGB
CMYK
RGB Variations
Color information
#04510E (or 0x04510E) is known color: Myrtle. HEX triplet: 04, 51 and 0E. RGB value is (4,81,14). Sum of RGB (Red+Green+Blue) = 4+81+14=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 81 (32.03% from 255 or 81.82% from 99); Blue value is 14 (5.86% from 255 or 14.14% from 99); Max value from RGB is 81 - color contains mainly: green. Hex color #04510E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04510E is #FBAEF1. Grayscale: #323232. Windows color (decimal): -16494322 or 938244. OLE color: 938244.
HSL color Cylindrical-coordinate representation of color #04510E: hue angle of 127.79º 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 #04510E is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 81 | 14 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.68 |
| HSL | 127.79º | 0.91% | 0.17% | - |
| HSV(B) | 127.79º | 0.95% | 0.32% | - |
| XYZ | 3.07 | 5.94 | 1.4 | - |
| YUV | 50.34 | 107.49 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 14 | 0.95 | 0 | 0.83 | 0.68 | 127.79 | 0.91 | 0.17 |
| Hex | 4 | 51 | E | 5F | 0 | 53 | 44 | 80 | 5B | 11 |
| Octal | 4 | 121 | 16 | 137 | 0 | 123 | 104 | 200 | 133 | 21 |
| Binary | 100 | 1010001 | 1110 | 1011111 | 0 | 1010011 | 1000100 | 10000000 | 1011011 | 10001 |
Color Harmonies of #04510E
Complementary color
Monochromatic Colors of #04510E
Black with #04510E
Text Example
Text Example
White with #04510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04510E; }
p { color: rgb(4,81,14); }
H1.HeaderClassName
{
color: #04510E;
}
.AnyTagClassName
{
color: #04510E;
}
</style>
background-color css
<style>
a { background-color: #04510E; }
a { background-color: rgb(4,81,14); }
div.DivClassName
{
background-color: #04510E;
}
.BgClassName
{
background-color: #04510E;
}
</style>
border-color css
<style>
span { border-color: #04510E; }
span { border-color: rgb(4,81,14); }
td.TdClassName
{
border-color: #04510E;
}
.TagClassName
{
border-color: #04510E;
}
</style>