Shades of Myrtle #054507
Tints of Myrtle #054507
RGB
CMYK
RGB Variations
Color information
#054507 (or 0x054507) is known color: Myrtle. HEX triplet: 05, 45 and 07. RGB value is (5,69,7). Sum of RGB (Red+Green+Blue) = 5+69+7=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 69 (27.34% from 255 or 85.19% from 81); Blue value is 7 (3.12% from 255 or 8.64% from 81); Max value from RGB is 69 - color contains mainly: green. Hex color #054507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054507 is #FABAF8. Grayscale: #2A2A2A. Windows color (decimal): -16431865 or 476421. OLE color: 476421.
HSL color Cylindrical-coordinate representation of color #054507: hue angle of 121.88º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054507 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 69 | 7 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.73 |
| HSL | 121.88º | 0.86% | 0.15% | - |
| HSV(B) | 121.88º | 0.93% | 0.27% | - |
| XYZ | 2.23 | 4.3 | 0.91 | - |
| YUV | 42.8 | 107.8 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 7 | 0.93 | 0 | 0.90 | 0.73 | 121.88 | 0.86 | 0.15 |
| Hex | 5 | 45 | 7 | 5D | 0 | 5A | 49 | 7A | 56 | F |
| Octal | 5 | 105 | 7 | 135 | 0 | 132 | 111 | 172 | 126 | 17 |
| Binary | 101 | 1000101 | 111 | 1011101 | 0 | 1011010 | 1001001 | 1111010 | 1010110 | 1111 |
Color Harmonies of #054507
Complementary color
Monochromatic Colors of #054507
Black with #054507
Text Example
Text Example
White with #054507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054507; }
p { color: rgb(5,69,7); }
H1.HeaderClassName
{
color: #054507;
}
.AnyTagClassName
{
color: #054507;
}
</style>
background-color css
<style>
a { background-color: #054507; }
a { background-color: rgb(5,69,7); }
div.DivClassName
{
background-color: #054507;
}
.BgClassName
{
background-color: #054507;
}
</style>
border-color css
<style>
span { border-color: #054507; }
span { border-color: rgb(5,69,7); }
td.TdClassName
{
border-color: #054507;
}
.TagClassName
{
border-color: #054507;
}
</style>