Shades of Myrtle #054009
Tints of Myrtle #054009
RGB
CMYK
RGB Variations
Color information
#054009 (or 0x054009) is known color: Myrtle. HEX triplet: 05, 40 and 09. RGB value is (5,64,9). Sum of RGB (Red+Green+Blue) = 5+64+9=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 64 (25.39% from 255 or 82.05% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 64 - color contains mainly: green. Hex color #054009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054009 is #FABFF6. Grayscale: #282828. Windows color (decimal): -16433143 or 606213. OLE color: 606213.
HSL color Cylindrical-coordinate representation of color #054009: hue angle of 124.07º 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 #054009 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 64 | 9 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.75 |
| HSL | 124.07º | 0.86% | 0.14% | - |
| HSV(B) | 124.07º | 0.92% | 0.25% | - |
| XYZ | 1.95 | 3.72 | 0.87 | - |
| YUV | 40.09 | 110.45 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 9 | 0.92 | 0 | 0.86 | 0.75 | 124.07 | 0.86 | 0.14 |
| Hex | 5 | 40 | 9 | 5C | 0 | 56 | 4B | 7C | 56 | E |
| Octal | 5 | 100 | 11 | 134 | 0 | 126 | 113 | 174 | 126 | 16 |
| Binary | 101 | 1000000 | 1001 | 1011100 | 0 | 1010110 | 1001011 | 1111100 | 1010110 | 1110 |
Color Harmonies of #054009
Complementary color
Monochromatic Colors of #054009
Black with #054009
Text Example
Text Example
White with #054009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054009; }
p { color: rgb(5,64,9); }
H1.HeaderClassName
{
color: #054009;
}
.AnyTagClassName
{
color: #054009;
}
</style>
background-color css
<style>
a { background-color: #054009; }
a { background-color: rgb(5,64,9); }
div.DivClassName
{
background-color: #054009;
}
.BgClassName
{
background-color: #054009;
}
</style>
border-color css
<style>
span { border-color: #054009; }
span { border-color: rgb(5,64,9); }
td.TdClassName
{
border-color: #054009;
}
.TagClassName
{
border-color: #054009;
}
</style>