Shades of Myrtle #165D10
Tints of Myrtle #165D10
RGB
CMYK
RGB Variations
Color information
#165D10 (or 0x165D10) is known color: Myrtle. HEX triplet: 16, 5D and 10. RGB value is (22,93,16). Sum of RGB (Red+Green+Blue) = 22+93+16=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 93 (36.72% from 255 or 70.99% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 93 - color contains mainly: green. Hex color #165D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165D10 is #E9A2EF. Grayscale: #3F3F3F. Windows color (decimal): -15311600 or 1072406. OLE color: 1072406.
HSL color Cylindrical-coordinate representation of color #165D10: hue angle of 115.32º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #165D10 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 93 | 16 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.64 |
| HSL | 115.32º | 0.71% | 0.21% | - |
| HSV(B) | 115.32º | 0.83% | 0.36% | - |
| XYZ | 4.34 | 8.04 | 1.81 | - |
| YUV | 62.99 | 101.48 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 16 | 0.76 | 0 | 0.83 | 0.64 | 115.32 | 0.71 | 0.21 |
| Hex | 16 | 5D | 10 | 4C | 0 | 53 | 40 | 73 | 47 | 15 |
| Octal | 26 | 135 | 20 | 114 | 0 | 123 | 100 | 163 | 107 | 25 |
| Binary | 10110 | 1011101 | 10000 | 1001100 | 0 | 1010011 | 1000000 | 1110011 | 1000111 | 10101 |
Color Harmonies of #165D10
Complementary color
Monochromatic Colors of #165D10
Black with #165D10
Text Example
Text Example
White with #165D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165D10; }
p { color: rgb(22,93,16); }
H1.HeaderClassName
{
color: #165D10;
}
.AnyTagClassName
{
color: #165D10;
}
</style>
background-color css
<style>
a { background-color: #165D10; }
a { background-color: rgb(22,93,16); }
div.DivClassName
{
background-color: #165D10;
}
.BgClassName
{
background-color: #165D10;
}
</style>
border-color css
<style>
span { border-color: #165D10; }
span { border-color: rgb(22,93,16); }
td.TdClassName
{
border-color: #165D10;
}
.TagClassName
{
border-color: #165D10;
}
</style>