Shades of Myrtle #054D0D
Tints of Myrtle #054D0D
RGB
CMYK
RGB Variations
Color information
#054D0D (or 0x054D0D) is known color: Myrtle. HEX triplet: 05, 4D and 0D. RGB value is (5,77,13). Sum of RGB (Red+Green+Blue) = 5+77+13=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 77 (30.47% from 255 or 81.05% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 77 - color contains mainly: green. Hex color #054D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #054D0D is #FAB2F2. Grayscale: #303030. Windows color (decimal): -16429811 or 871685. OLE color: 871685.
HSL color Cylindrical-coordinate representation of color #054D0D: hue angle of 126.67º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054D0D is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 77 | 13 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.70 |
| HSL | 126.67º | 0.88% | 0.16% | - |
| HSV(B) | 126.67º | 0.94% | 0.3% | - |
| XYZ | 2.79 | 5.37 | 1.27 | - |
| YUV | 48.18 | 108.15 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 13 | 0.94 | 0 | 0.83 | 0.70 | 126.67 | 0.88 | 0.16 |
| Hex | 5 | 4D | D | 5E | 0 | 53 | 46 | 7F | 58 | 10 |
| Octal | 5 | 115 | 15 | 136 | 0 | 123 | 106 | 177 | 130 | 20 |
| Binary | 101 | 1001101 | 1101 | 1011110 | 0 | 1010011 | 1000110 | 1111111 | 1011000 | 10000 |
Color Harmonies of #054D0D
Complementary color
Monochromatic Colors of #054D0D
Black with #054D0D
Text Example
Text Example
White with #054D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054D0D; }
p { color: rgb(5,77,13); }
H1.HeaderClassName
{
color: #054D0D;
}
.AnyTagClassName
{
color: #054D0D;
}
</style>
background-color css
<style>
a { background-color: #054D0D; }
a { background-color: rgb(5,77,13); }
div.DivClassName
{
background-color: #054D0D;
}
.BgClassName
{
background-color: #054D0D;
}
</style>
border-color css
<style>
span { border-color: #054D0D; }
span { border-color: rgb(5,77,13); }
td.TdClassName
{
border-color: #054D0D;
}
.TagClassName
{
border-color: #054D0D;
}
</style>