Shades of Myrtle #164D1F
Tints of Myrtle #164D1F
RGB
CMYK
RGB Variations
Color information
#164D1F (or 0x164D1F) is known color: Myrtle. HEX triplet: 16, 4D and 1F. RGB value is (22,77,31). Sum of RGB (Red+Green+Blue) = 22+77+31=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 77 (30.47% from 255 or 59.23% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 77 - color contains mainly: green. Hex color #164D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164D1F is #E9B2E0. Grayscale: #373737. Windows color (decimal): -15315681 or 2051350. OLE color: 2051350.
HSL color Cylindrical-coordinate representation of color #164D1F: hue angle of 129.82º 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 #164D1F is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 77 | 31 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.70 |
| HSL | 129.82º | 0.56% | 0.19% | - |
| HSV(B) | 129.82º | 0.71% | 0.3% | - |
| XYZ | 3.23 | 5.58 | 2.2 | - |
| YUV | 55.31 | 114.28 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 31 | 0.71 | 0 | 0.60 | 0.70 | 129.82 | 0.56 | 0.19 |
| Hex | 16 | 4D | 1F | 47 | 0 | 3C | 46 | 82 | 38 | 13 |
| Octal | 26 | 115 | 37 | 107 | 0 | 74 | 106 | 202 | 70 | 23 |
| Binary | 10110 | 1001101 | 11111 | 1000111 | 0 | 111100 | 1000110 | 10000010 | 111000 | 10011 |
Color Harmonies of #164D1F
Complementary color
Monochromatic Colors of #164D1F
Black with #164D1F
Text Example
Text Example
White with #164D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D1F; }
p { color: rgb(22,77,31); }
H1.HeaderClassName
{
color: #164D1F;
}
.AnyTagClassName
{
color: #164D1F;
}
</style>
background-color css
<style>
a { background-color: #164D1F; }
a { background-color: rgb(22,77,31); }
div.DivClassName
{
background-color: #164D1F;
}
.BgClassName
{
background-color: #164D1F;
}
</style>
border-color css
<style>
span { border-color: #164D1F; }
span { border-color: rgb(22,77,31); }
td.TdClassName
{
border-color: #164D1F;
}
.TagClassName
{
border-color: #164D1F;
}
</style>