Shades of Myrtle #054206
Tints of Myrtle #054206
RGB
CMYK
RGB Variations
Color information
#054206 (or 0x054206) is known color: Myrtle. HEX triplet: 05, 42 and 06. RGB value is (5,66,6). Sum of RGB (Red+Green+Blue) = 5+66+6=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 66 (26.17% from 255 or 85.71% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 66 - color contains mainly: green. Hex color #054206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054206 is #FABDF9. Grayscale: #292929. Windows color (decimal): -16432634 or 410117. OLE color: 410117.
HSL color Cylindrical-coordinate representation of color #054206: hue angle of 120.98º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054206 is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 66 | 6 | - |
| CMYK | 0.92 | 0 | 0.91 | 0.74 |
| HSL | 120.98º | 0.86% | 0.14% | - |
| HSV(B) | 120.98º | 0.92% | 0.26% | - |
| XYZ | 2.04 | 3.94 | 0.83 | - |
| YUV | 40.92 | 108.29 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 66 | 6 | 0.92 | 0 | 0.91 | 0.74 | 120.98 | 0.86 | 0.14 |
| Hex | 5 | 42 | 6 | 5C | 0 | 5B | 4A | 79 | 56 | E |
| Octal | 5 | 102 | 6 | 134 | 0 | 133 | 112 | 171 | 126 | 16 |
| Binary | 101 | 1000010 | 110 | 1011100 | 0 | 1011011 | 1001010 | 1111001 | 1010110 | 1110 |
Color Harmonies of #054206
Complementary color
Monochromatic Colors of #054206
Black with #054206
Text Example
Text Example
White with #054206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054206; }
p { color: rgb(5,66,6); }
H1.HeaderClassName
{
color: #054206;
}
.AnyTagClassName
{
color: #054206;
}
</style>
background-color css
<style>
a { background-color: #054206; }
a { background-color: rgb(5,66,6); }
div.DivClassName
{
background-color: #054206;
}
.BgClassName
{
background-color: #054206;
}
</style>
border-color css
<style>
span { border-color: #054206; }
span { border-color: rgb(5,66,6); }
td.TdClassName
{
border-color: #054206;
}
.TagClassName
{
border-color: #054206;
}
</style>