Shades of Myrtle #165514
Tints of Myrtle #165514
RGB
CMYK
RGB Variations
Color information
#165514 (or 0x165514) is known color: Myrtle. HEX triplet: 16, 55 and 14. RGB value is (22,85,20). Sum of RGB (Red+Green+Blue) = 22+85+20=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 85 (33.59% from 255 or 66.93% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 85 - color contains mainly: green. Hex color #165514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165514 is #E9AAEB. Grayscale: #3A3A3A. Windows color (decimal): -15313644 or 1332502. OLE color: 1332502.
HSL color Cylindrical-coordinate representation of color #165514: hue angle of 118.15º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165514 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 85 | 20 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.67 |
| HSL | 118.15º | 0.62% | 0.21% | - |
| HSV(B) | 118.15º | 0.76% | 0.33% | - |
| XYZ | 3.71 | 6.72 | 1.76 | - |
| YUV | 58.75 | 106.13 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 20 | 0.74 | 0 | 0.76 | 0.67 | 118.15 | 0.62 | 0.21 |
| Hex | 16 | 55 | 14 | 4A | 0 | 4C | 43 | 76 | 3E | 15 |
| Octal | 26 | 125 | 24 | 112 | 0 | 114 | 103 | 166 | 76 | 25 |
| Binary | 10110 | 1010101 | 10100 | 1001010 | 0 | 1001100 | 1000011 | 1110110 | 111110 | 10101 |
Color Harmonies of #165514
Complementary color
Monochromatic Colors of #165514
Black with #165514
Text Example
Text Example
White with #165514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165514; }
p { color: rgb(22,85,20); }
H1.HeaderClassName
{
color: #165514;
}
.AnyTagClassName
{
color: #165514;
}
</style>
background-color css
<style>
a { background-color: #165514; }
a { background-color: rgb(22,85,20); }
div.DivClassName
{
background-color: #165514;
}
.BgClassName
{
background-color: #165514;
}
</style>
border-color css
<style>
span { border-color: #165514; }
span { border-color: rgb(22,85,20); }
td.TdClassName
{
border-color: #165514;
}
.TagClassName
{
border-color: #165514;
}
</style>