Shades of Myrtle #164A1A
Tints of Myrtle #164A1A
RGB
CMYK
RGB Variations
Color information
#164A1A (or 0x164A1A) is known color: Myrtle. HEX triplet: 16, 4A and 1A. RGB value is (22,74,26). Sum of RGB (Red+Green+Blue) = 22+74+26=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 74 (29.30% from 255 or 60.66% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 74 - color contains mainly: green. Hex color #164A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164A1A is #E9B5E5. Grayscale: #353535. Windows color (decimal): -15316454 or 1722902. OLE color: 1722902.
HSL color Cylindrical-coordinate representation of color #164A1A: hue angle of 124.62º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #164A1A is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 74 | 26 | - |
| CMYK | 0.70 | 0 | 0.65 | 0.71 |
| HSL | 124.62º | 0.54% | 0.19% | - |
| HSV(B) | 124.62º | 0.7% | 0.29% | - |
| XYZ | 2.97 | 5.14 | 1.81 | - |
| YUV | 52.98 | 112.77 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 26 | 0.70 | 0 | 0.65 | 0.71 | 124.62 | 0.54 | 0.19 |
| Hex | 16 | 4A | 1A | 46 | 0 | 41 | 47 | 7D | 36 | 13 |
| Octal | 26 | 112 | 32 | 106 | 0 | 101 | 107 | 175 | 66 | 23 |
| Binary | 10110 | 1001010 | 11010 | 1000110 | 0 | 1000001 | 1000111 | 1111101 | 110110 | 10011 |
Color Harmonies of #164A1A
Complementary color
Monochromatic Colors of #164A1A
Black with #164A1A
Text Example
Text Example
White with #164A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164A1A; }
p { color: rgb(22,74,26); }
H1.HeaderClassName
{
color: #164A1A;
}
.AnyTagClassName
{
color: #164A1A;
}
</style>
background-color css
<style>
a { background-color: #164A1A; }
a { background-color: rgb(22,74,26); }
div.DivClassName
{
background-color: #164A1A;
}
.BgClassName
{
background-color: #164A1A;
}
</style>
border-color css
<style>
span { border-color: #164A1A; }
span { border-color: rgb(22,74,26); }
td.TdClassName
{
border-color: #164A1A;
}
.TagClassName
{
border-color: #164A1A;
}
</style>