Shades of Myrtle #05520F
Tints of Myrtle #05520F
RGB
CMYK
RGB Variations
Color information
#05520F (or 0x05520F) is known color: Myrtle. HEX triplet: 05, 52 and 0F. RGB value is (5,82,15). Sum of RGB (Red+Green+Blue) = 5+82+15=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 82 (32.42% from 255 or 80.39% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 82 - color contains mainly: green. Hex color #05520F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05520F is #FAADF0. Grayscale: #333333. Windows color (decimal): -16428529 or 1004037. OLE color: 1004037.
HSL color Cylindrical-coordinate representation of color #05520F: hue angle of 127.79º 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 #05520F is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 82 | 15 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.68 |
| HSL | 127.79º | 0.89% | 0.17% | - |
| HSV(B) | 127.79º | 0.94% | 0.32% | - |
| XYZ | 3.17 | 6.1 | 1.46 | - |
| YUV | 51.34 | 107.49 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 82 | 15 | 0.94 | 0 | 0.82 | 0.68 | 127.79 | 0.89 | 0.17 |
| Hex | 5 | 52 | F | 5E | 0 | 52 | 44 | 80 | 59 | 11 |
| Octal | 5 | 122 | 17 | 136 | 0 | 122 | 104 | 200 | 131 | 21 |
| Binary | 101 | 1010010 | 1111 | 1011110 | 0 | 1010010 | 1000100 | 10000000 | 1011001 | 10001 |
Color Harmonies of #05520F
Complementary color
Monochromatic Colors of #05520F
Black with #05520F
Text Example
Text Example
White with #05520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05520F; }
p { color: rgb(5,82,15); }
H1.HeaderClassName
{
color: #05520F;
}
.AnyTagClassName
{
color: #05520F;
}
</style>
background-color css
<style>
a { background-color: #05520F; }
a { background-color: rgb(5,82,15); }
div.DivClassName
{
background-color: #05520F;
}
.BgClassName
{
background-color: #05520F;
}
</style>
border-color css
<style>
span { border-color: #05520F; }
span { border-color: rgb(5,82,15); }
td.TdClassName
{
border-color: #05520F;
}
.TagClassName
{
border-color: #05520F;
}
</style>