Shades of Myrtle #054B0D
Tints of Myrtle #054B0D
RGB
CMYK
RGB Variations
Color information
#054B0D (or 0x054B0D) is known color: Myrtle. HEX triplet: 05, 4B and 0D. RGB value is (5,75,13). Sum of RGB (Red+Green+Blue) = 5+75+13=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 75 (29.69% from 255 or 80.65% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 75 - color contains mainly: green. Hex color #054B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054B0D is #FAB4F2. Grayscale: #2F2F2F. Windows color (decimal): -16430323 or 871173. OLE color: 871173.
HSL color Cylindrical-coordinate representation of color #054B0D: hue angle of 126.86º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054B0D is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 75 | 13 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.71 |
| HSL | 126.86º | 0.88% | 0.16% | - |
| HSV(B) | 126.86º | 0.93% | 0.29% | - |
| XYZ | 2.65 | 5.09 | 1.22 | - |
| YUV | 47 | 108.81 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 13 | 0.93 | 0 | 0.83 | 0.71 | 126.86 | 0.88 | 0.16 |
| Hex | 5 | 4B | D | 5D | 0 | 53 | 47 | 7F | 58 | 10 |
| Octal | 5 | 113 | 15 | 135 | 0 | 123 | 107 | 177 | 130 | 20 |
| Binary | 101 | 1001011 | 1101 | 1011101 | 0 | 1010011 | 1000111 | 1111111 | 1011000 | 10000 |
Color Harmonies of #054B0D
Complementary color
Monochromatic Colors of #054B0D
Black with #054B0D
Text Example
Text Example
White with #054B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B0D; }
p { color: rgb(5,75,13); }
H1.HeaderClassName
{
color: #054B0D;
}
.AnyTagClassName
{
color: #054B0D;
}
</style>
background-color css
<style>
a { background-color: #054B0D; }
a { background-color: rgb(5,75,13); }
div.DivClassName
{
background-color: #054B0D;
}
.BgClassName
{
background-color: #054B0D;
}
</style>
border-color css
<style>
span { border-color: #054B0D; }
span { border-color: rgb(5,75,13); }
td.TdClassName
{
border-color: #054B0D;
}
.TagClassName
{
border-color: #054B0D;
}
</style>