Shades of Myrtle #05520A
Tints of Myrtle #05520A
RGB
CMYK
RGB Variations
Color information
#05520A (or 0x05520A) is known color: Myrtle. HEX triplet: 05, 52 and 0A. RGB value is (5,82,10). Sum of RGB (Red+Green+Blue) = 5+82+10=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 82 (32.42% from 255 or 84.54% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 82 - color contains mainly: green. Hex color #05520A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05520A is #FAADF5. Grayscale: #323232. Windows color (decimal): -16428534 or 676357. OLE color: 676357.
HSL color Cylindrical-coordinate representation of color #05520A: hue angle of 123.9º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05520A is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 82 | 10 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.68 |
| HSL | 123.9º | 0.89% | 0.17% | - |
| HSV(B) | 123.9º | 0.94% | 0.32% | - |
| XYZ | 3.13 | 6.09 | 1.3 | - |
| YUV | 50.77 | 104.99 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 82 | 10 | 0.94 | 0 | 0.88 | 0.68 | 123.9 | 0.89 | 0.17 |
| Hex | 5 | 52 | A | 5E | 0 | 58 | 44 | 7C | 59 | 11 |
| Octal | 5 | 122 | 12 | 136 | 0 | 130 | 104 | 174 | 131 | 21 |
| Binary | 101 | 1010010 | 1010 | 1011110 | 0 | 1011000 | 1000100 | 1111100 | 1011001 | 10001 |
Color Harmonies of #05520A
Complementary color
Monochromatic Colors of #05520A
Black with #05520A
Text Example
Text Example
White with #05520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05520A; }
p { color: rgb(5,82,10); }
H1.HeaderClassName
{
color: #05520A;
}
.AnyTagClassName
{
color: #05520A;
}
</style>
background-color css
<style>
a { background-color: #05520A; }
a { background-color: rgb(5,82,10); }
div.DivClassName
{
background-color: #05520A;
}
.BgClassName
{
background-color: #05520A;
}
</style>
border-color css
<style>
span { border-color: #05520A; }
span { border-color: rgb(5,82,10); }
td.TdClassName
{
border-color: #05520A;
}
.TagClassName
{
border-color: #05520A;
}
</style>