Shades of Myrtle #05510E
Tints of Myrtle #05510E
RGB
CMYK
RGB Variations
Color information
#05510E (or 0x05510E) is known color: Myrtle. HEX triplet: 05, 51 and 0E. RGB value is (5,81,14). Sum of RGB (Red+Green+Blue) = 5+81+14=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 81 (32.03% from 255 or 81% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 81 - color contains mainly: green. Hex color #05510E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05510E is #FAAEF1. Grayscale: #323232. Windows color (decimal): -16428786 or 938245. OLE color: 938245.
HSL color Cylindrical-coordinate representation of color #05510E: hue angle of 127.11º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05510E is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 81 | 14 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.68 |
| HSL | 127.11º | 0.88% | 0.17% | - |
| HSV(B) | 127.11º | 0.94% | 0.32% | - |
| XYZ | 3.08 | 5.95 | 1.4 | - |
| YUV | 50.64 | 107.32 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 14 | 0.94 | 0 | 0.83 | 0.68 | 127.11 | 0.88 | 0.17 |
| Hex | 5 | 51 | E | 5E | 0 | 53 | 44 | 7F | 58 | 11 |
| Octal | 5 | 121 | 16 | 136 | 0 | 123 | 104 | 177 | 130 | 21 |
| Binary | 101 | 1010001 | 1110 | 1011110 | 0 | 1010011 | 1000100 | 1111111 | 1011000 | 10001 |
Color Harmonies of #05510E
Complementary color
Monochromatic Colors of #05510E
Black with #05510E
Text Example
Text Example
White with #05510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05510E; }
p { color: rgb(5,81,14); }
H1.HeaderClassName
{
color: #05510E;
}
.AnyTagClassName
{
color: #05510E;
}
</style>
background-color css
<style>
a { background-color: #05510E; }
a { background-color: rgb(5,81,14); }
div.DivClassName
{
background-color: #05510E;
}
.BgClassName
{
background-color: #05510E;
}
</style>
border-color css
<style>
span { border-color: #05510E; }
span { border-color: rgb(5,81,14); }
td.TdClassName
{
border-color: #05510E;
}
.TagClassName
{
border-color: #05510E;
}
</style>