Shades of Myrtle #054607
Tints of Myrtle #054607
RGB
CMYK
RGB Variations
Color information
#054607 (or 0x054607) is known color: Myrtle. HEX triplet: 05, 46 and 07. RGB value is (5,70,7). Sum of RGB (Red+Green+Blue) = 5+70+7=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 70 (27.73% from 255 or 85.37% from 82); Blue value is 7 (3.12% from 255 or 8.54% from 82); Max value from RGB is 70 - color contains mainly: green. Hex color #054607 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054607 is #FAB9F8. Grayscale: #2B2B2B. Windows color (decimal): -16431609 or 476677. OLE color: 476677.
HSL color Cylindrical-coordinate representation of color #054607: hue angle of 121.85º degrees, saturation: 0.87, 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 #054607 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 70 | 7 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.73 |
| HSL | 121.85º | 0.87% | 0.15% | - |
| HSV(B) | 121.85º | 0.93% | 0.27% | - |
| XYZ | 2.29 | 4.43 | 0.93 | - |
| YUV | 43.38 | 107.47 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 70 | 7 | 0.93 | 0 | 0.90 | 0.73 | 121.85 | 0.87 | 0.15 |
| Hex | 5 | 46 | 7 | 5D | 0 | 5A | 49 | 7A | 57 | F |
| Octal | 5 | 106 | 7 | 135 | 0 | 132 | 111 | 172 | 127 | 17 |
| Binary | 101 | 1000110 | 111 | 1011101 | 0 | 1011010 | 1001001 | 1111010 | 1010111 | 1111 |
Color Harmonies of #054607
Complementary color
Monochromatic Colors of #054607
Black with #054607
Text Example
Text Example
White with #054607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054607; }
p { color: rgb(5,70,7); }
H1.HeaderClassName
{
color: #054607;
}
.AnyTagClassName
{
color: #054607;
}
</style>
background-color css
<style>
a { background-color: #054607; }
a { background-color: rgb(5,70,7); }
div.DivClassName
{
background-color: #054607;
}
.BgClassName
{
background-color: #054607;
}
</style>
border-color css
<style>
span { border-color: #054607; }
span { border-color: rgb(5,70,7); }
td.TdClassName
{
border-color: #054607;
}
.TagClassName
{
border-color: #054607;
}
</style>