Shades of Myrtle #05500D
Tints of Myrtle #05500D
RGB
CMYK
RGB Variations
Color information
#05500D (or 0x05500D) is known color: Myrtle. HEX triplet: 05, 50 and 0D. RGB value is (5,80,13). Sum of RGB (Red+Green+Blue) = 5+80+13=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 80 (31.64% from 255 or 81.63% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 80 - color contains mainly: green. Hex color #05500D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05500D is #FAAFF2. Grayscale: #323232. Windows color (decimal): -16429043 or 872453. OLE color: 872453.
HSL color Cylindrical-coordinate representation of color #05500D: hue angle of 126.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05500D is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 80 | 13 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.69 |
| HSL | 126.4º | 0.88% | 0.17% | - |
| HSV(B) | 126.4º | 0.94% | 0.31% | - |
| XYZ | 3 | 5.8 | 1.34 | - |
| YUV | 49.94 | 107.15 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 13 | 0.94 | 0 | 0.84 | 0.69 | 126.4 | 0.88 | 0.17 |
| Hex | 5 | 50 | D | 5E | 0 | 54 | 45 | 7E | 58 | 11 |
| Octal | 5 | 120 | 15 | 136 | 0 | 124 | 105 | 176 | 130 | 21 |
| Binary | 101 | 1010000 | 1101 | 1011110 | 0 | 1010100 | 1000101 | 1111110 | 1011000 | 10001 |
Color Harmonies of #05500D
Complementary color
Monochromatic Colors of #05500D
Black with #05500D
Text Example
Text Example
White with #05500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05500D; }
p { color: rgb(5,80,13); }
H1.HeaderClassName
{
color: #05500D;
}
.AnyTagClassName
{
color: #05500D;
}
</style>
background-color css
<style>
a { background-color: #05500D; }
a { background-color: rgb(5,80,13); }
div.DivClassName
{
background-color: #05500D;
}
.BgClassName
{
background-color: #05500D;
}
</style>
border-color css
<style>
span { border-color: #05500D; }
span { border-color: rgb(5,80,13); }
td.TdClassName
{
border-color: #05500D;
}
.TagClassName
{
border-color: #05500D;
}
</style>