Shades of Myrtle #052506
Tints of Myrtle #052506
RGB
CMYK
RGB Variations
Color information
#052506 (or 0x052506) is known color: Myrtle. HEX triplet: 05, 25 and 06. RGB value is (5,37,6). Sum of RGB (Red+Green+Blue) = 5+37+6=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 37 (14.84% from 255 or 77.08% from 48); Blue value is 6 (2.73% from 255 or 12.5% from 48); Max value from RGB is 37 - color contains mainly: green. Hex color #052506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052506 is #FADAF9. Grayscale: #171717. Windows color (decimal): -16440058 or 402693. OLE color: 402693.
HSL color Cylindrical-coordinate representation of color #052506: hue angle of 121.88º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052506 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 37 | 6 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.85 |
| HSL | 121.88º | 0.76% | 0.08% | - |
| HSV(B) | 121.88º | 0.86% | 0.15% | - |
| XYZ | 0.76 | 1.37 | 0.4 | - |
| YUV | 23.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 6 | 0.86 | 0 | 0.84 | 0.85 | 121.88 | 0.76 | 0.08 |
| Hex | 5 | 25 | 6 | 56 | 0 | 54 | 55 | 7A | 4C | 8 |
| Octal | 5 | 45 | 6 | 126 | 0 | 124 | 125 | 172 | 114 | 10 |
| Binary | 101 | 100101 | 110 | 1010110 | 0 | 1010100 | 1010101 | 1111010 | 1001100 | 1000 |
Color Harmonies of #052506
Complementary color
Monochromatic Colors of #052506
Black with #052506
Text Example
Text Example
White with #052506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052506; }
p { color: rgb(5,37,6); }
H1.HeaderClassName
{
color: #052506;
}
.AnyTagClassName
{
color: #052506;
}
</style>
background-color css
<style>
a { background-color: #052506; }
a { background-color: rgb(5,37,6); }
div.DivClassName
{
background-color: #052506;
}
.BgClassName
{
background-color: #052506;
}
</style>
border-color css
<style>
span { border-color: #052506; }
span { border-color: rgb(5,37,6); }
td.TdClassName
{
border-color: #052506;
}
.TagClassName
{
border-color: #052506;
}
</style>