Shades of Myrtle #164D1D
Tints of Myrtle #164D1D
RGB
CMYK
RGB Variations
Color information
#164D1D (or 0x164D1D) is known color: Myrtle. HEX triplet: 16, 4D and 1D. RGB value is (22,77,29). Sum of RGB (Red+Green+Blue) = 22+77+29=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 77 (30.47% from 255 or 60.16% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 77 - color contains mainly: green. Hex color #164D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164D1D is #E9B2E2. Grayscale: #373737. Windows color (decimal): -15315683 or 1920278. OLE color: 1920278.
HSL color Cylindrical-coordinate representation of color #164D1D: hue angle of 127.64º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164D1D is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 77 | 29 | - |
| CMYK | 0.71 | 0 | 0.62 | 0.70 |
| HSL | 127.64º | 0.56% | 0.19% | - |
| HSV(B) | 127.64º | 0.71% | 0.3% | - |
| XYZ | 3.21 | 5.57 | 2.07 | - |
| YUV | 55.08 | 113.28 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 29 | 0.71 | 0 | 0.62 | 0.70 | 127.64 | 0.56 | 0.19 |
| Hex | 16 | 4D | 1D | 47 | 0 | 3E | 46 | 80 | 38 | 13 |
| Octal | 26 | 115 | 35 | 107 | 0 | 76 | 106 | 200 | 70 | 23 |
| Binary | 10110 | 1001101 | 11101 | 1000111 | 0 | 111110 | 1000110 | 10000000 | 111000 | 10011 |
Color Harmonies of #164D1D
Complementary color
Monochromatic Colors of #164D1D
Black with #164D1D
Text Example
Text Example
White with #164D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D1D; }
p { color: rgb(22,77,29); }
H1.HeaderClassName
{
color: #164D1D;
}
.AnyTagClassName
{
color: #164D1D;
}
</style>
background-color css
<style>
a { background-color: #164D1D; }
a { background-color: rgb(22,77,29); }
div.DivClassName
{
background-color: #164D1D;
}
.BgClassName
{
background-color: #164D1D;
}
</style>
border-color css
<style>
span { border-color: #164D1D; }
span { border-color: rgb(22,77,29); }
td.TdClassName
{
border-color: #164D1D;
}
.TagClassName
{
border-color: #164D1D;
}
</style>