Shades of Myrtle #164A09
Tints of Myrtle #164A09
RGB
CMYK
RGB Variations
Color information
#164A09 (or 0x164A09) is known color: Myrtle. HEX triplet: 16, 4A and 09. RGB value is (22,74,9). Sum of RGB (Red+Green+Blue) = 22+74+9=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 74 (29.30% from 255 or 70.48% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 74 - color contains mainly: green. Hex color #164A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164A09 is #E9B5F6. Grayscale: #333333. Windows color (decimal): -15316471 or 608790. OLE color: 608790.
HSL color Cylindrical-coordinate representation of color #164A09: hue angle of 108º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #164A09 is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 74 | 9 | - |
| CMYK | 0.70 | 0 | 0.88 | 0.71 |
| HSL | 108º | 0.78% | 0.16% | - |
| HSV(B) | 108º | 0.88% | 0.29% | - |
| XYZ | 2.83 | 5.09 | 1.09 | - |
| YUV | 51.04 | 104.27 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 9 | 0.70 | 0 | 0.88 | 0.71 | 108 | 0.78 | 0.16 |
| Hex | 16 | 4A | 9 | 46 | 0 | 58 | 47 | 6C | 4E | 10 |
| Octal | 26 | 112 | 11 | 106 | 0 | 130 | 107 | 154 | 116 | 20 |
| Binary | 10110 | 1001010 | 1001 | 1000110 | 0 | 1011000 | 1000111 | 1101100 | 1001110 | 10000 |
Color Harmonies of #164A09
Complementary color
Monochromatic Colors of #164A09
Black with #164A09
Text Example
Text Example
White with #164A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164A09; }
p { color: rgb(22,74,9); }
H1.HeaderClassName
{
color: #164A09;
}
.AnyTagClassName
{
color: #164A09;
}
</style>
background-color css
<style>
a { background-color: #164A09; }
a { background-color: rgb(22,74,9); }
div.DivClassName
{
background-color: #164A09;
}
.BgClassName
{
background-color: #164A09;
}
</style>
border-color css
<style>
span { border-color: #164A09; }
span { border-color: rgb(22,74,9); }
td.TdClassName
{
border-color: #164A09;
}
.TagClassName
{
border-color: #164A09;
}
</style>