Shades of Myrtle #165014
Tints of Myrtle #165014
RGB
CMYK
RGB Variations
Color information
#165014 (or 0x165014) is known color: Myrtle. HEX triplet: 16, 50 and 14. RGB value is (22,80,20). Sum of RGB (Red+Green+Blue) = 22+80+20=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 80 (31.64% from 255 or 65.57% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 80 - color contains mainly: green. Hex color #165014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165014 is #E9AFEB. Grayscale: #383838. Windows color (decimal): -15314924 or 1331222. OLE color: 1331222.
HSL color Cylindrical-coordinate representation of color #165014: hue angle of 118º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165014 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 80 | 20 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.69 |
| HSL | 118º | 0.6% | 0.2% | - |
| HSV(B) | 118º | 0.75% | 0.31% | - |
| XYZ | 3.33 | 5.96 | 1.64 | - |
| YUV | 55.82 | 107.78 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 20 | 0.72 | 0 | 0.75 | 0.69 | 118 | 0.6 | 0.2 |
| Hex | 16 | 50 | 14 | 48 | 0 | 4B | 45 | 76 | 3C | 14 |
| Octal | 26 | 120 | 24 | 110 | 0 | 113 | 105 | 166 | 74 | 24 |
| Binary | 10110 | 1010000 | 10100 | 1001000 | 0 | 1001011 | 1000101 | 1110110 | 111100 | 10100 |
Color Harmonies of #165014
Complementary color
Monochromatic Colors of #165014
Black with #165014
Text Example
Text Example
White with #165014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165014; }
p { color: rgb(22,80,20); }
H1.HeaderClassName
{
color: #165014;
}
.AnyTagClassName
{
color: #165014;
}
</style>
background-color css
<style>
a { background-color: #165014; }
a { background-color: rgb(22,80,20); }
div.DivClassName
{
background-color: #165014;
}
.BgClassName
{
background-color: #165014;
}
</style>
border-color css
<style>
span { border-color: #165014; }
span { border-color: rgb(22,80,20); }
td.TdClassName
{
border-color: #165014;
}
.TagClassName
{
border-color: #165014;
}
</style>