Shades of Myrtle #165A18
Tints of Myrtle #165A18
RGB
CMYK
RGB Variations
Color information
#165A18 (or 0x165A18) is known color: Myrtle. HEX triplet: 16, 5A and 18. RGB value is (22,90,24). Sum of RGB (Red+Green+Blue) = 22+90+24=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 90 (35.55% from 255 or 66.18% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 90 - color contains mainly: green. Hex color #165A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165A18 is #E9A5E7. Grayscale: #3E3E3E. Windows color (decimal): -15312360 or 1595926. OLE color: 1595926.
HSL color Cylindrical-coordinate representation of color #165A18: hue angle of 121.76º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165A18 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 90 | 24 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.65 |
| HSL | 121.76º | 0.61% | 0.22% | - |
| HSV(B) | 121.76º | 0.76% | 0.35% | - |
| XYZ | 4.15 | 7.55 | 2.1 | - |
| YUV | 62.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 24 | 0.76 | 0 | 0.73 | 0.65 | 121.76 | 0.61 | 0.22 |
| Hex | 16 | 5A | 18 | 4C | 0 | 49 | 41 | 7A | 3D | 16 |
| Octal | 26 | 132 | 30 | 114 | 0 | 111 | 101 | 172 | 75 | 26 |
| Binary | 10110 | 1011010 | 11000 | 1001100 | 0 | 1001001 | 1000001 | 1111010 | 111101 | 10110 |
Color Harmonies of #165A18
Complementary color
Monochromatic Colors of #165A18
Black with #165A18
Text Example
Text Example
White with #165A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A18; }
p { color: rgb(22,90,24); }
H1.HeaderClassName
{
color: #165A18;
}
.AnyTagClassName
{
color: #165A18;
}
</style>
background-color css
<style>
a { background-color: #165A18; }
a { background-color: rgb(22,90,24); }
div.DivClassName
{
background-color: #165A18;
}
.BgClassName
{
background-color: #165A18;
}
</style>
border-color css
<style>
span { border-color: #165A18; }
span { border-color: rgb(22,90,24); }
td.TdClassName
{
border-color: #165A18;
}
.TagClassName
{
border-color: #165A18;
}
</style>