Shades of Myrtle #165D18
Tints of Myrtle #165D18
RGB
CMYK
RGB Variations
Color information
#165D18 (or 0x165D18) is known color: Myrtle. HEX triplet: 16, 5D and 18. RGB value is (22,93,24). Sum of RGB (Red+Green+Blue) = 22+93+24=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 93 (36.72% from 255 or 66.91% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 93 - color contains mainly: green. Hex color #165D18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165D18 is #E9A2E7. Grayscale: #404040. Windows color (decimal): -15311592 or 1596694. OLE color: 1596694.
HSL color Cylindrical-coordinate representation of color #165D18: hue angle of 121.69º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165D18 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 93 | 24 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.64 |
| HSL | 121.69º | 0.62% | 0.23% | - |
| HSV(B) | 121.69º | 0.76% | 0.36% | - |
| XYZ | 4.41 | 8.07 | 2.19 | - |
| YUV | 63.91 | 105.48 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 24 | 0.76 | 0 | 0.74 | 0.64 | 121.69 | 0.62 | 0.23 |
| Hex | 16 | 5D | 18 | 4C | 0 | 4A | 40 | 7A | 3E | 17 |
| Octal | 26 | 135 | 30 | 114 | 0 | 112 | 100 | 172 | 76 | 27 |
| Binary | 10110 | 1011101 | 11000 | 1001100 | 0 | 1001010 | 1000000 | 1111010 | 111110 | 10111 |
Color Harmonies of #165D18
Complementary color
Monochromatic Colors of #165D18
Black with #165D18
Text Example
Text Example
White with #165D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165D18; }
p { color: rgb(22,93,24); }
H1.HeaderClassName
{
color: #165D18;
}
.AnyTagClassName
{
color: #165D18;
}
</style>
background-color css
<style>
a { background-color: #165D18; }
a { background-color: rgb(22,93,24); }
div.DivClassName
{
background-color: #165D18;
}
.BgClassName
{
background-color: #165D18;
}
</style>
border-color css
<style>
span { border-color: #165D18; }
span { border-color: rgb(22,93,24); }
td.TdClassName
{
border-color: #165D18;
}
.TagClassName
{
border-color: #165D18;
}
</style>