Shades of Myrtle #165818
Tints of Myrtle #165818
RGB
CMYK
RGB Variations
Color information
#165818 (or 0x165818) is known color: Myrtle. HEX triplet: 16, 58 and 18. RGB value is (22,88,24). Sum of RGB (Red+Green+Blue) = 22+88+24=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 88 (34.77% from 255 or 65.67% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 88 - color contains mainly: green. Hex color #165818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165818 is #E9A7E7. Grayscale: #3D3D3D. Windows color (decimal): -15312872 or 1595414. OLE color: 1595414.
HSL color Cylindrical-coordinate representation of color #165818: hue angle of 121.82º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165818 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 88 | 24 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.65 |
| HSL | 121.82º | 0.6% | 0.22% | - |
| HSV(B) | 121.82º | 0.75% | 0.35% | - |
| XYZ | 3.99 | 7.22 | 2.05 | - |
| YUV | 60.97 | 107.13 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 88 | 24 | 0.75 | 0 | 0.73 | 0.65 | 121.82 | 0.6 | 0.22 |
| Hex | 16 | 58 | 18 | 4B | 0 | 49 | 41 | 7A | 3C | 16 |
| Octal | 26 | 130 | 30 | 113 | 0 | 111 | 101 | 172 | 74 | 26 |
| Binary | 10110 | 1011000 | 11000 | 1001011 | 0 | 1001001 | 1000001 | 1111010 | 111100 | 10110 |
Color Harmonies of #165818
Complementary color
Monochromatic Colors of #165818
Black with #165818
Text Example
Text Example
White with #165818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165818; }
p { color: rgb(22,88,24); }
H1.HeaderClassName
{
color: #165818;
}
.AnyTagClassName
{
color: #165818;
}
</style>
background-color css
<style>
a { background-color: #165818; }
a { background-color: rgb(22,88,24); }
div.DivClassName
{
background-color: #165818;
}
.BgClassName
{
background-color: #165818;
}
</style>
border-color css
<style>
span { border-color: #165818; }
span { border-color: rgb(22,88,24); }
td.TdClassName
{
border-color: #165818;
}
.TagClassName
{
border-color: #165818;
}
</style>