Shades of Myrtle #165805
Tints of Myrtle #165805
RGB
CMYK
RGB Variations
Color information
#165805 (or 0x165805) is known color: Myrtle. HEX triplet: 16, 58 and 05. RGB value is (22,88,5). Sum of RGB (Red+Green+Blue) = 22+88+5=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 88 (34.77% from 255 or 76.52% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 88 - color contains mainly: green. Hex color #165805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165805 is #E9A7FA. Grayscale: #3B3B3B. Windows color (decimal): -15312891 or 350230. OLE color: 350230.
HSL color Cylindrical-coordinate representation of color #165805: hue angle of 107.71º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #165805 is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 88 | 5 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.65 |
| HSL | 107.71º | 0.89% | 0.18% | - |
| HSV(B) | 107.71º | 0.94% | 0.35% | - |
| XYZ | 3.85 | 7.16 | 1.32 | - |
| YUV | 58.8 | 97.63 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 88 | 5 | 0.75 | 0 | 0.94 | 0.65 | 107.71 | 0.89 | 0.18 |
| Hex | 16 | 58 | 5 | 4B | 0 | 5E | 41 | 6C | 59 | 12 |
| Octal | 26 | 130 | 5 | 113 | 0 | 136 | 101 | 154 | 131 | 22 |
| Binary | 10110 | 1011000 | 101 | 1001011 | 0 | 1011110 | 1000001 | 1101100 | 1011001 | 10010 |
Color Harmonies of #165805
Complementary color
Monochromatic Colors of #165805
Black with #165805
Text Example
Text Example
White with #165805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165805; }
p { color: rgb(22,88,5); }
H1.HeaderClassName
{
color: #165805;
}
.AnyTagClassName
{
color: #165805;
}
</style>
background-color css
<style>
a { background-color: #165805; }
a { background-color: rgb(22,88,5); }
div.DivClassName
{
background-color: #165805;
}
.BgClassName
{
background-color: #165805;
}
</style>
border-color css
<style>
span { border-color: #165805; }
span { border-color: rgb(22,88,5); }
td.TdClassName
{
border-color: #165805;
}
.TagClassName
{
border-color: #165805;
}
</style>