Shades of Myrtle #052906
Tints of Myrtle #052906
RGB
CMYK
RGB Variations
Color information
#052906 (or 0x052906) is known color: Myrtle. HEX triplet: 05, 29 and 06. RGB value is (5,41,6). Sum of RGB (Red+Green+Blue) = 5+41+6=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 41 (16.41% from 255 or 78.85% from 52); Blue value is 6 (2.73% from 255 or 11.54% from 52); Max value from RGB is 41 - color contains mainly: green. Hex color #052906 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052906 is #FAD6F9. Grayscale: #1A1A1A. Windows color (decimal): -16439034 or 403717. OLE color: 403717.
HSL color Cylindrical-coordinate representation of color #052906: hue angle of 121.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052906 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 41 | 6 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.84 |
| HSL | 121.67º | 0.78% | 0.09% | - |
| HSV(B) | 121.67º | 0.88% | 0.16% | - |
| XYZ | 0.89 | 1.63 | 0.44 | - |
| YUV | 26.25 | 116.57 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 6 | 0.88 | 0 | 0.85 | 0.84 | 121.67 | 0.78 | 0.09 |
| Hex | 5 | 29 | 6 | 58 | 0 | 55 | 54 | 7A | 4E | 9 |
| Octal | 5 | 51 | 6 | 130 | 0 | 125 | 124 | 172 | 116 | 11 |
| Binary | 101 | 101001 | 110 | 1011000 | 0 | 1010101 | 1010100 | 1111010 | 1001110 | 1001 |
Color Harmonies of #052906
Complementary color
Monochromatic Colors of #052906
Black with #052906
Text Example
Text Example
White with #052906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052906; }
p { color: rgb(5,41,6); }
H1.HeaderClassName
{
color: #052906;
}
.AnyTagClassName
{
color: #052906;
}
</style>
background-color css
<style>
a { background-color: #052906; }
a { background-color: rgb(5,41,6); }
div.DivClassName
{
background-color: #052906;
}
.BgClassName
{
background-color: #052906;
}
</style>
border-color css
<style>
span { border-color: #052906; }
span { border-color: rgb(5,41,6); }
td.TdClassName
{
border-color: #052906;
}
.TagClassName
{
border-color: #052906;
}
</style>