Shades of Myrtle #164D0B
Tints of Myrtle #164D0B
RGB
CMYK
RGB Variations
Color information
#164D0B (or 0x164D0B) is known color: Myrtle. HEX triplet: 16, 4D and 0B. RGB value is (22,77,11). Sum of RGB (Red+Green+Blue) = 22+77+11=110 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20% from 110); Green value is 77 (30.47% from 255 or 70% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 77 - color contains mainly: green. Hex color #164D0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #164D0B is #E9B2F4. Grayscale: #353535. Windows color (decimal): -15315701 or 740630. OLE color: 740630.
HSL color Cylindrical-coordinate representation of color #164D0B: hue angle of 110º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #164D0B is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 77 | 11 | - |
| CMYK | 0.71 | 0 | 0.86 | 0.70 |
| HSL | 110º | 0.75% | 0.17% | - |
| HSV(B) | 110º | 0.86% | 0.3% | - |
| XYZ | 3.05 | 5.5 | 1.22 | - |
| YUV | 53.03 | 104.28 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 11 | 0.71 | 0 | 0.86 | 0.70 | 110 | 0.75 | 0.17 |
| Hex | 16 | 4D | B | 47 | 0 | 56 | 46 | 6E | 4B | 11 |
| Octal | 26 | 115 | 13 | 107 | 0 | 126 | 106 | 156 | 113 | 21 |
| Binary | 10110 | 1001101 | 1011 | 1000111 | 0 | 1010110 | 1000110 | 1101110 | 1001011 | 10001 |
Color Harmonies of #164D0B
Complementary color
Monochromatic Colors of #164D0B
Black with #164D0B
Text Example
Text Example
White with #164D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D0B; }
p { color: rgb(22,77,11); }
H1.HeaderClassName
{
color: #164D0B;
}
.AnyTagClassName
{
color: #164D0B;
}
</style>
background-color css
<style>
a { background-color: #164D0B; }
a { background-color: rgb(22,77,11); }
div.DivClassName
{
background-color: #164D0B;
}
.BgClassName
{
background-color: #164D0B;
}
</style>
border-color css
<style>
span { border-color: #164D0B; }
span { border-color: rgb(22,77,11); }
td.TdClassName
{
border-color: #164D0B;
}
.TagClassName
{
border-color: #164D0B;
}
</style>