Shades of Myrtle #05540B
Tints of Myrtle #05540B
RGB
CMYK
RGB Variations
Color information
#05540B (or 0x05540B) is known color: Myrtle. HEX triplet: 05, 54 and 0B. RGB value is (5,84,11). Sum of RGB (Red+Green+Blue) = 5+84+11=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 84 (33.20% from 255 or 84% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 84 - color contains mainly: green. Hex color #05540B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05540B is #FAABF4. Grayscale: #343434. Windows color (decimal): -16428021 or 742405. OLE color: 742405.
HSL color Cylindrical-coordinate representation of color #05540B: hue angle of 124.56º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05540B is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 84 | 11 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.67 |
| HSL | 124.56º | 0.89% | 0.17% | - |
| HSV(B) | 124.56º | 0.94% | 0.33% | - |
| XYZ | 3.29 | 6.4 | 1.38 | - |
| YUV | 52.06 | 104.83 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 84 | 11 | 0.94 | 0 | 0.87 | 0.67 | 124.56 | 0.89 | 0.17 |
| Hex | 5 | 54 | B | 5E | 0 | 57 | 43 | 7D | 59 | 11 |
| Octal | 5 | 124 | 13 | 136 | 0 | 127 | 103 | 175 | 131 | 21 |
| Binary | 101 | 1010100 | 1011 | 1011110 | 0 | 1010111 | 1000011 | 1111101 | 1011001 | 10001 |
Color Harmonies of #05540B
Complementary color
Monochromatic Colors of #05540B
Black with #05540B
Text Example
Text Example
White with #05540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05540B; }
p { color: rgb(5,84,11); }
H1.HeaderClassName
{
color: #05540B;
}
.AnyTagClassName
{
color: #05540B;
}
</style>
background-color css
<style>
a { background-color: #05540B; }
a { background-color: rgb(5,84,11); }
div.DivClassName
{
background-color: #05540B;
}
.BgClassName
{
background-color: #05540B;
}
</style>
border-color css
<style>
span { border-color: #05540B; }
span { border-color: rgb(5,84,11); }
td.TdClassName
{
border-color: #05540B;
}
.TagClassName
{
border-color: #05540B;
}
</style>