Shades of Myrtle #05520D
Tints of Myrtle #05520D
RGB
CMYK
RGB Variations
Color information
#05520D (or 0x05520D) is known color: Myrtle. HEX triplet: 05, 52 and 0D. RGB value is (5,82,13). Sum of RGB (Red+Green+Blue) = 5+82+13=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 82 (32.42% from 255 or 82% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 82 - color contains mainly: green. Hex color #05520D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05520D is #FAADF2. Grayscale: #333333. Windows color (decimal): -16428531 or 872965. OLE color: 872965.
HSL color Cylindrical-coordinate representation of color #05520D: hue angle of 126.23º 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 #05520D is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 82 | 13 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.68 |
| HSL | 126.23º | 0.89% | 0.17% | - |
| HSV(B) | 126.23º | 0.94% | 0.32% | - |
| XYZ | 3.15 | 6.1 | 1.39 | - |
| YUV | 51.11 | 106.49 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 82 | 13 | 0.94 | 0 | 0.84 | 0.68 | 126.23 | 0.89 | 0.17 |
| Hex | 5 | 52 | D | 5E | 0 | 54 | 44 | 7E | 59 | 11 |
| Octal | 5 | 122 | 15 | 136 | 0 | 124 | 104 | 176 | 131 | 21 |
| Binary | 101 | 1010010 | 1101 | 1011110 | 0 | 1010100 | 1000100 | 1111110 | 1011001 | 10001 |
Color Harmonies of #05520D
Complementary color
Monochromatic Colors of #05520D
Black with #05520D
Text Example
Text Example
White with #05520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05520D; }
p { color: rgb(5,82,13); }
H1.HeaderClassName
{
color: #05520D;
}
.AnyTagClassName
{
color: #05520D;
}
</style>
background-color css
<style>
a { background-color: #05520D; }
a { background-color: rgb(5,82,13); }
div.DivClassName
{
background-color: #05520D;
}
.BgClassName
{
background-color: #05520D;
}
</style>
border-color css
<style>
span { border-color: #05520D; }
span { border-color: rgb(5,82,13); }
td.TdClassName
{
border-color: #05520D;
}
.TagClassName
{
border-color: #05520D;
}
</style>