Shades of Myrtle #054905
Tints of Myrtle #054905
RGB
CMYK
RGB Variations
Color information
#054905 (or 0x054905) is known color: Myrtle. HEX triplet: 05, 49 and 05. RGB value is (5,73,5). Sum of RGB (Red+Green+Blue) = 5+73+5=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 73 (28.91% from 255 or 87.95% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 73 - color contains mainly: green. Hex color #054905 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054905 is #FAB6FA. Grayscale: #2D2D2D. Windows color (decimal): -16430843 or 346373. OLE color: 346373.
HSL color Cylindrical-coordinate representation of color #054905: hue angle of 120º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054905 is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 73 | 5 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.71 |
| HSL | 120º | 0.87% | 0.15% | - |
| HSV(B) | 120º | 0.93% | 0.29% | - |
| XYZ | 2.47 | 4.81 | 0.94 | - |
| YUV | 44.92 | 105.47 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 73 | 5 | 0.93 | 0 | 0.93 | 0.71 | 120 | 0.87 | 0.15 |
| Hex | 5 | 49 | 5 | 5D | 0 | 5D | 47 | 78 | 57 | F |
| Octal | 5 | 111 | 5 | 135 | 0 | 135 | 107 | 170 | 127 | 17 |
| Binary | 101 | 1001001 | 101 | 1011101 | 0 | 1011101 | 1000111 | 1111000 | 1010111 | 1111 |
Color Harmonies of #054905
Complementary color
Monochromatic Colors of #054905
Black with #054905
Text Example
Text Example
White with #054905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054905; }
p { color: rgb(5,73,5); }
H1.HeaderClassName
{
color: #054905;
}
.AnyTagClassName
{
color: #054905;
}
</style>
background-color css
<style>
a { background-color: #054905; }
a { background-color: rgb(5,73,5); }
div.DivClassName
{
background-color: #054905;
}
.BgClassName
{
background-color: #054905;
}
</style>
border-color css
<style>
span { border-color: #054905; }
span { border-color: rgb(5,73,5); }
td.TdClassName
{
border-color: #054905;
}
.TagClassName
{
border-color: #054905;
}
</style>