Shades of Myrtle #054007
Tints of Myrtle #054007
RGB
CMYK
RGB Variations
Color information
#054007 (or 0x054007) is known color: Myrtle. HEX triplet: 05, 40 and 07. RGB value is (5,64,7). Sum of RGB (Red+Green+Blue) = 5+64+7=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 64 (25.39% from 255 or 84.21% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 64 - color contains mainly: green. Hex color #054007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054007 is #FABFF8. Grayscale: #282828. Windows color (decimal): -16433145 or 475141. OLE color: 475141.
HSL color Cylindrical-coordinate representation of color #054007: hue angle of 122.03º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054007 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 64 | 7 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.75 |
| HSL | 122.03º | 0.86% | 0.14% | - |
| HSV(B) | 122.03º | 0.92% | 0.25% | - |
| XYZ | 1.93 | 3.71 | 0.82 | - |
| YUV | 39.86 | 109.45 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 7 | 0.92 | 0 | 0.89 | 0.75 | 122.03 | 0.86 | 0.14 |
| Hex | 5 | 40 | 7 | 5C | 0 | 59 | 4B | 7A | 56 | E |
| Octal | 5 | 100 | 7 | 134 | 0 | 131 | 113 | 172 | 126 | 16 |
| Binary | 101 | 1000000 | 111 | 1011100 | 0 | 1011001 | 1001011 | 1111010 | 1010110 | 1110 |
Color Harmonies of #054007
Complementary color
Monochromatic Colors of #054007
Black with #054007
Text Example
Text Example
White with #054007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054007; }
p { color: rgb(5,64,7); }
H1.HeaderClassName
{
color: #054007;
}
.AnyTagClassName
{
color: #054007;
}
</style>
background-color css
<style>
a { background-color: #054007; }
a { background-color: rgb(5,64,7); }
div.DivClassName
{
background-color: #054007;
}
.BgClassName
{
background-color: #054007;
}
</style>
border-color css
<style>
span { border-color: #054007; }
span { border-color: rgb(5,64,7); }
td.TdClassName
{
border-color: #054007;
}
.TagClassName
{
border-color: #054007;
}
</style>