Shades of Myrtle #04510C
Tints of Myrtle #04510C
RGB
CMYK
RGB Variations
Color information
#04510C (or 0x04510C) is known color: Myrtle. HEX triplet: 04, 51 and 0C. RGB value is (4,81,12). Sum of RGB (Red+Green+Blue) = 4+81+12=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 81 (32.03% from 255 or 83.51% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 81 - color contains mainly: green. Hex color #04510C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04510C is #FBAEF3. Grayscale: #323232. Windows color (decimal): -16494324 or 807172. OLE color: 807172.
HSL color Cylindrical-coordinate representation of color #04510C: hue angle of 126.23º 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 #04510C is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 81 | 12 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.68 |
| HSL | 126.23º | 0.91% | 0.17% | - |
| HSV(B) | 126.23º | 0.95% | 0.32% | - |
| XYZ | 3.06 | 5.94 | 1.33 | - |
| YUV | 50.11 | 106.49 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 12 | 0.95 | 0 | 0.85 | 0.68 | 126.23 | 0.91 | 0.17 |
| Hex | 4 | 51 | C | 5F | 0 | 55 | 44 | 7E | 5B | 11 |
| Octal | 4 | 121 | 14 | 137 | 0 | 125 | 104 | 176 | 133 | 21 |
| Binary | 100 | 1010001 | 1100 | 1011111 | 0 | 1010101 | 1000100 | 1111110 | 1011011 | 10001 |
Color Harmonies of #04510C
Complementary color
Monochromatic Colors of #04510C
Black with #04510C
Text Example
Text Example
White with #04510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04510C; }
p { color: rgb(4,81,12); }
H1.HeaderClassName
{
color: #04510C;
}
.AnyTagClassName
{
color: #04510C;
}
</style>
background-color css
<style>
a { background-color: #04510C; }
a { background-color: rgb(4,81,12); }
div.DivClassName
{
background-color: #04510C;
}
.BgClassName
{
background-color: #04510C;
}
</style>
border-color css
<style>
span { border-color: #04510C; }
span { border-color: rgb(4,81,12); }
td.TdClassName
{
border-color: #04510C;
}
.TagClassName
{
border-color: #04510C;
}
</style>