Shades of Myrtle #054D00
Tints of Myrtle #054D00
RGB
CMYK
RGB Variations
Color information
#054D00 (or 0x054D00) is known color: Myrtle. HEX triplet: 05, 4D and 00. RGB value is (5,77,0). Sum of RGB (Red+Green+Blue) = 5+77+0=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 77 (30.47% from 255 or 93.90% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 77 - color contains mainly: green. Hex color #054D00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #054D00 is #FAB2FF. Grayscale: #2E2E2E. Windows color (decimal): -16429824 or 19717. OLE color: 19717.
HSL color Cylindrical-coordinate representation of color #054D00: hue angle of 116.1º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #054D00 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 77 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.70 |
| HSL | 116.1º | 1% | 0.15% | - |
| HSV(B) | 116.1º | 1% | 0.3% | - |
| XYZ | 2.72 | 5.34 | 0.89 | - |
| YUV | 46.69 | 101.65 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 0 | 0.94 | 0 | 1 | 0.70 | 116.1 | 1 | 0.15 |
| Hex | 5 | 4D | 0 | 5E | 0 | 64 | 46 | 74 | 64 | F |
| Octal | 5 | 115 | 0 | 136 | 0 | 144 | 106 | 164 | 144 | 17 |
| Binary | 101 | 1001101 | 0 | 1011110 | 0 | 1100100 | 1000110 | 1110100 | 1100100 | 1111 |
Color Harmonies of #054D00
Complementary color
Monochromatic Colors of #054D00
Black with #054D00
Text Example
Text Example
White with #054D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054D00; }
p { color: rgb(5,77,0); }
H1.HeaderClassName
{
color: #054D00;
}
.AnyTagClassName
{
color: #054D00;
}
</style>
background-color css
<style>
a { background-color: #054D00; }
a { background-color: rgb(5,77,0); }
div.DivClassName
{
background-color: #054D00;
}
.BgClassName
{
background-color: #054D00;
}
</style>
border-color css
<style>
span { border-color: #054D00; }
span { border-color: rgb(5,77,0); }
td.TdClassName
{
border-color: #054D00;
}
.TagClassName
{
border-color: #054D00;
}
</style>