Shades of Myrtle #165016
Tints of Myrtle #165016
RGB
CMYK
RGB Variations
Color information
#165016 (or 0x165016) is known color: Myrtle. HEX triplet: 16, 50 and 16. RGB value is (22,80,22). Sum of RGB (Red+Green+Blue) = 22+80+22=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 80 (31.64% from 255 or 64.52% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 80 - color contains mainly: green. Hex color #165016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165016 is #E9AFE9. Grayscale: #383838. Windows color (decimal): -15314922 or 1462294. OLE color: 1462294.
HSL color Cylindrical-coordinate representation of color #165016: hue angle of 120º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165016 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 80 | 22 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.69 |
| HSL | 120º | 0.57% | 0.2% | - |
| HSV(B) | 120º | 0.73% | 0.31% | - |
| XYZ | 3.34 | 5.97 | 1.73 | - |
| YUV | 56.05 | 108.78 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 22 | 0.72 | 0 | 0.72 | 0.69 | 120 | 0.57 | 0.2 |
| Hex | 16 | 50 | 16 | 48 | 0 | 48 | 45 | 78 | 39 | 14 |
| Octal | 26 | 120 | 26 | 110 | 0 | 110 | 105 | 170 | 71 | 24 |
| Binary | 10110 | 1010000 | 10110 | 1001000 | 0 | 1001000 | 1000101 | 1111000 | 111001 | 10100 |
Color Harmonies of #165016
Complementary color
Monochromatic Colors of #165016
Black with #165016
Text Example
Text Example
White with #165016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165016; }
p { color: rgb(22,80,22); }
H1.HeaderClassName
{
color: #165016;
}
.AnyTagClassName
{
color: #165016;
}
</style>
background-color css
<style>
a { background-color: #165016; }
a { background-color: rgb(22,80,22); }
div.DivClassName
{
background-color: #165016;
}
.BgClassName
{
background-color: #165016;
}
</style>
border-color css
<style>
span { border-color: #165016; }
span { border-color: rgb(22,80,22); }
td.TdClassName
{
border-color: #165016;
}
.TagClassName
{
border-color: #165016;
}
</style>