Shades of Myrtle #165118
Tints of Myrtle #165118
RGB
CMYK
RGB Variations
Color information
#165118 (or 0x165118) is known color: Myrtle. HEX triplet: 16, 51 and 18. RGB value is (22,81,24). Sum of RGB (Red+Green+Blue) = 22+81+24=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 81 (32.03% from 255 or 63.78% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 81 - color contains mainly: green. Hex color #165118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165118 is #E9AEE7. Grayscale: #393939. Windows color (decimal): -15314664 or 1593622. OLE color: 1593622.
HSL color Cylindrical-coordinate representation of color #165118: hue angle of 122.03º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165118 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 81 | 24 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.68 |
| HSL | 122.03º | 0.57% | 0.2% | - |
| HSV(B) | 122.03º | 0.73% | 0.32% | - |
| XYZ | 3.44 | 6.12 | 1.86 | - |
| YUV | 56.86 | 109.45 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 81 | 24 | 0.73 | 0 | 0.70 | 0.68 | 122.03 | 0.57 | 0.2 |
| Hex | 16 | 51 | 18 | 49 | 0 | 46 | 44 | 7A | 39 | 14 |
| Octal | 26 | 121 | 30 | 111 | 0 | 106 | 104 | 172 | 71 | 24 |
| Binary | 10110 | 1010001 | 11000 | 1001001 | 0 | 1000110 | 1000100 | 1111010 | 111001 | 10100 |
Color Harmonies of #165118
Complementary color
Monochromatic Colors of #165118
Black with #165118
Text Example
Text Example
White with #165118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165118; }
p { color: rgb(22,81,24); }
H1.HeaderClassName
{
color: #165118;
}
.AnyTagClassName
{
color: #165118;
}
</style>
background-color css
<style>
a { background-color: #165118; }
a { background-color: rgb(22,81,24); }
div.DivClassName
{
background-color: #165118;
}
.BgClassName
{
background-color: #165118;
}
</style>
border-color css
<style>
span { border-color: #165118; }
span { border-color: rgb(22,81,24); }
td.TdClassName
{
border-color: #165118;
}
.TagClassName
{
border-color: #165118;
}
</style>