Shades of Myrtle #164E18
Tints of Myrtle #164E18
RGB
CMYK
RGB Variations
Color information
#164E18 (or 0x164E18) is known color: Myrtle. HEX triplet: 16, 4E and 18. RGB value is (22,78,24). Sum of RGB (Red+Green+Blue) = 22+78+24=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 78 (30.86% from 255 or 62.90% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 78 - color contains mainly: green. Hex color #164E18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #164E18 is #E9B1E7. Grayscale: #373737. Windows color (decimal): -15315432 or 1592854. OLE color: 1592854.
HSL color Cylindrical-coordinate representation of color #164E18: hue angle of 122.14º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #164E18 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 78 | 24 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.69 |
| HSL | 122.14º | 0.56% | 0.2% | - |
| HSV(B) | 122.14º | 0.72% | 0.31% | - |
| XYZ | 3.22 | 5.69 | 1.79 | - |
| YUV | 55.1 | 110.45 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 78 | 24 | 0.72 | 0 | 0.69 | 0.69 | 122.14 | 0.56 | 0.2 |
| Hex | 16 | 4E | 18 | 48 | 0 | 45 | 45 | 7A | 38 | 14 |
| Octal | 26 | 116 | 30 | 110 | 0 | 105 | 105 | 172 | 70 | 24 |
| Binary | 10110 | 1001110 | 11000 | 1001000 | 0 | 1000101 | 1000101 | 1111010 | 111000 | 10100 |
Color Harmonies of #164E18
Complementary color
Monochromatic Colors of #164E18
Black with #164E18
Text Example
Text Example
White with #164E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164E18; }
p { color: rgb(22,78,24); }
H1.HeaderClassName
{
color: #164E18;
}
.AnyTagClassName
{
color: #164E18;
}
</style>
background-color css
<style>
a { background-color: #164E18; }
a { background-color: rgb(22,78,24); }
div.DivClassName
{
background-color: #164E18;
}
.BgClassName
{
background-color: #164E18;
}
</style>
border-color css
<style>
span { border-color: #164E18; }
span { border-color: rgb(22,78,24); }
td.TdClassName
{
border-color: #164E18;
}
.TagClassName
{
border-color: #164E18;
}
</style>