Shades of Myrtle #165414
Tints of Myrtle #165414
RGB
CMYK
RGB Variations
Color information
#165414 (or 0x165414) is known color: Myrtle. HEX triplet: 16, 54 and 14. RGB value is (22,84,20). Sum of RGB (Red+Green+Blue) = 22+84+20=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 84 (33.20% from 255 or 66.67% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 84 - color contains mainly: green. Hex color #165414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165414 is #E9ABEB. Grayscale: #3A3A3A. Windows color (decimal): -15313900 or 1332246. OLE color: 1332246.
HSL color Cylindrical-coordinate representation of color #165414: hue angle of 118.12º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165414 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 84 | 20 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.67 |
| HSL | 118.13º | 0.62% | 0.2% | - |
| HSV(B) | 118.13º | 0.76% | 0.33% | - |
| XYZ | 3.63 | 6.56 | 1.74 | - |
| YUV | 58.17 | 106.46 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 84 | 20 | 0.74 | 0 | 0.76 | 0.67 | 118.13 | 0.62 | 0.2 |
| Hex | 16 | 54 | 14 | 4A | 0 | 4C | 43 | 76 | 3E | 14 |
| Octal | 26 | 124 | 24 | 112 | 0 | 114 | 103 | 166 | 76 | 24 |
| Binary | 10110 | 1010100 | 10100 | 1001010 | 0 | 1001100 | 1000011 | 1110110 | 111110 | 10100 |
Color Harmonies of #165414
Complementary color
Monochromatic Colors of #165414
Black with #165414
Text Example
Text Example
White with #165414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165414; }
p { color: rgb(22,84,20); }
H1.HeaderClassName
{
color: #165414;
}
.AnyTagClassName
{
color: #165414;
}
</style>
background-color css
<style>
a { background-color: #165414; }
a { background-color: rgb(22,84,20); }
div.DivClassName
{
background-color: #165414;
}
.BgClassName
{
background-color: #165414;
}
</style>
border-color css
<style>
span { border-color: #165414; }
span { border-color: rgb(22,84,20); }
td.TdClassName
{
border-color: #165414;
}
.TagClassName
{
border-color: #165414;
}
</style>