Shades of Myrtle #164E12
Tints of Myrtle #164E12
RGB
CMYK
RGB Variations
Color information
#164E12 (or 0x164E12) is known color: Myrtle. HEX triplet: 16, 4E and 12. RGB value is (22,78,18). Sum of RGB (Red+Green+Blue) = 22+78+18=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 78 (30.86% from 255 or 66.10% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 78 - color contains mainly: green. Hex color #164E12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #164E12 is #E9B1ED. Grayscale: #363636. Windows color (decimal): -15315438 or 1199638. OLE color: 1199638.
HSL color Cylindrical-coordinate representation of color #164E12: hue angle of 116º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #164E12 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 78 | 18 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.69 |
| HSL | 116º | 0.63% | 0.19% | - |
| HSV(B) | 116º | 0.77% | 0.31% | - |
| XYZ | 3.16 | 5.66 | 1.5 | - |
| YUV | 54.42 | 107.45 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 78 | 18 | 0.72 | 0 | 0.77 | 0.69 | 116 | 0.63 | 0.19 |
| Hex | 16 | 4E | 12 | 48 | 0 | 4D | 45 | 74 | 3E | 13 |
| Octal | 26 | 116 | 22 | 110 | 0 | 115 | 105 | 164 | 76 | 23 |
| Binary | 10110 | 1001110 | 10010 | 1001000 | 0 | 1001101 | 1000101 | 1110100 | 111110 | 10011 |
Color Harmonies of #164E12
Complementary color
Monochromatic Colors of #164E12
Black with #164E12
Text Example
Text Example
White with #164E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164E12; }
p { color: rgb(22,78,18); }
H1.HeaderClassName
{
color: #164E12;
}
.AnyTagClassName
{
color: #164E12;
}
</style>
background-color css
<style>
a { background-color: #164E12; }
a { background-color: rgb(22,78,18); }
div.DivClassName
{
background-color: #164E12;
}
.BgClassName
{
background-color: #164E12;
}
</style>
border-color css
<style>
span { border-color: #164E12; }
span { border-color: rgb(22,78,18); }
td.TdClassName
{
border-color: #164E12;
}
.TagClassName
{
border-color: #164E12;
}
</style>