Shades of Myrtle #161E15
Tints of Myrtle #161E15
RGB
CMYK
RGB Variations
Color information
#161E15 (or 0x161E15) is known color: Myrtle. HEX triplet: 16, 1E and 15. RGB value is (22,30,21). Sum of RGB (Red+Green+Blue) = 22+30+21=73 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.14% from 73); Green value is 30 (12.11% from 255 or 41.10% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 30 - color contains mainly: green. Hex color #161E15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161E15 is #E9E1EA. Grayscale: #1A1A1A. Windows color (decimal): -15327723 or 1383958. OLE color: 1383958.
HSL color Cylindrical-coordinate representation of color #161E15: hue angle of 113.33º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #161E15 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 30 | 21 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.88 |
| HSL | 113.33º | 0.18% | 0.1% | - |
| HSV(B) | 113.33º | 0.3% | 0.12% | - |
| XYZ | 0.93 | 1.15 | 0.88 | - |
| YUV | 26.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 21 | 0.27 | 0 | 0.30 | 0.88 | 113.33 | 0.18 | 0.1 |
| Hex | 16 | 1E | 15 | 1B | 0 | 1E | 58 | 71 | 12 | A |
| Octal | 26 | 36 | 25 | 33 | 0 | 36 | 130 | 161 | 22 | 12 |
| Binary | 10110 | 11110 | 10101 | 11011 | 0 | 11110 | 1011000 | 1110001 | 10010 | 1010 |
Color Harmonies of #161E15
Complementary color
Monochromatic Colors of #161E15
Black with #161E15
Text Example
Text Example
White with #161E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161E15; }
p { color: rgb(22,30,21); }
H1.HeaderClassName
{
color: #161E15;
}
.AnyTagClassName
{
color: #161E15;
}
</style>
background-color css
<style>
a { background-color: #161E15; }
a { background-color: rgb(22,30,21); }
div.DivClassName
{
background-color: #161E15;
}
.BgClassName
{
background-color: #161E15;
}
</style>
border-color css
<style>
span { border-color: #161E15; }
span { border-color: rgb(22,30,21); }
td.TdClassName
{
border-color: #161E15;
}
.TagClassName
{
border-color: #161E15;
}
</style>