Shades of Myrtle #165605
Tints of Myrtle #165605
RGB
CMYK
RGB Variations
Color information
#165605 (or 0x165605) is known color: Myrtle. HEX triplet: 16, 56 and 05. RGB value is (22,86,5). Sum of RGB (Red+Green+Blue) = 22+86+5=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 86 (33.98% from 255 or 76.11% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 86 - color contains mainly: green. Hex color #165605 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165605 is #E9A9FA. Grayscale: #393939. Windows color (decimal): -15313403 or 349718. OLE color: 349718.
HSL color Cylindrical-coordinate representation of color #165605: hue angle of 107.41º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #165605 is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 86 | 5 | - |
| CMYK | 0.74 | 0 | 0.94 | 0.66 |
| HSL | 107.41º | 0.89% | 0.18% | - |
| HSV(B) | 107.41º | 0.94% | 0.34% | - |
| XYZ | 3.69 | 6.84 | 1.27 | - |
| YUV | 57.63 | 98.3 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 86 | 5 | 0.74 | 0 | 0.94 | 0.66 | 107.41 | 0.89 | 0.18 |
| Hex | 16 | 56 | 5 | 4A | 0 | 5E | 42 | 6B | 59 | 12 |
| Octal | 26 | 126 | 5 | 112 | 0 | 136 | 102 | 153 | 131 | 22 |
| Binary | 10110 | 1010110 | 101 | 1001010 | 0 | 1011110 | 1000010 | 1101011 | 1011001 | 10010 |
Color Harmonies of #165605
Complementary color
Monochromatic Colors of #165605
Black with #165605
Text Example
Text Example
White with #165605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165605; }
p { color: rgb(22,86,5); }
H1.HeaderClassName
{
color: #165605;
}
.AnyTagClassName
{
color: #165605;
}
</style>
background-color css
<style>
a { background-color: #165605; }
a { background-color: rgb(22,86,5); }
div.DivClassName
{
background-color: #165605;
}
.BgClassName
{
background-color: #165605;
}
</style>
border-color css
<style>
span { border-color: #165605; }
span { border-color: rgb(22,86,5); }
td.TdClassName
{
border-color: #165605;
}
.TagClassName
{
border-color: #165605;
}
</style>