Shades of Myrtle #165808
Tints of Myrtle #165808
RGB
CMYK
RGB Variations
Color information
#165808 (or 0x165808) is known color: Myrtle. HEX triplet: 16, 58 and 08. RGB value is (22,88,8). Sum of RGB (Red+Green+Blue) = 22+88+8=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 88 (34.77% from 255 or 74.58% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 88 - color contains mainly: green. Hex color #165808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165808 is #E9A7F7. Grayscale: #3B3B3B. Windows color (decimal): -15312888 or 546838. OLE color: 546838.
HSL color Cylindrical-coordinate representation of color #165808: hue angle of 109.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165808 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 88 | 8 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.65 |
| HSL | 109.5º | 0.83% | 0.19% | - |
| HSV(B) | 109.5º | 0.91% | 0.35% | - |
| XYZ | 3.86 | 7.17 | 1.41 | - |
| YUV | 59.15 | 99.13 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 88 | 8 | 0.75 | 0 | 0.91 | 0.65 | 109.5 | 0.83 | 0.19 |
| Hex | 16 | 58 | 8 | 4B | 0 | 5B | 41 | 6E | 53 | 13 |
| Octal | 26 | 130 | 10 | 113 | 0 | 133 | 101 | 156 | 123 | 23 |
| Binary | 10110 | 1011000 | 1000 | 1001011 | 0 | 1011011 | 1000001 | 1101110 | 1010011 | 10011 |
Color Harmonies of #165808
Complementary color
Monochromatic Colors of #165808
Black with #165808
Text Example
Text Example
White with #165808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165808; }
p { color: rgb(22,88,8); }
H1.HeaderClassName
{
color: #165808;
}
.AnyTagClassName
{
color: #165808;
}
</style>
background-color css
<style>
a { background-color: #165808; }
a { background-color: rgb(22,88,8); }
div.DivClassName
{
background-color: #165808;
}
.BgClassName
{
background-color: #165808;
}
</style>
border-color css
<style>
span { border-color: #165808; }
span { border-color: rgb(22,88,8); }
td.TdClassName
{
border-color: #165808;
}
.TagClassName
{
border-color: #165808;
}
</style>