Shades of Myrtle #162B15
Tints of Myrtle #162B15
RGB
CMYK
RGB Variations
Color information
#162B15 (or 0x162B15) is known color: Myrtle. HEX triplet: 16, 2B and 15. RGB value is (22,43,21). Sum of RGB (Red+Green+Blue) = 22+43+21=86 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.58% from 86); Green value is 43 (17.19% from 255 or 50% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 43 - color contains mainly: green. Hex color #162B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162B15 is #E9D4EA. Grayscale: #222222. Windows color (decimal): -15324395 or 1387286. OLE color: 1387286.
HSL color Cylindrical-coordinate representation of color #162B15: hue angle of 117.27º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #162B15 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 22 | 43 | 21 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.83 |
| HSL | 117.27º | 0.34% | 0.13% | - |
| HSV(B) | 117.27º | 0.51% | 0.17% | - |
| XYZ | 1.33 | 1.95 | 1.02 | - |
| YUV | 34.21 | 120.54 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 43 | 21 | 0.49 | 0 | 0.51 | 0.83 | 117.27 | 0.34 | 0.13 |
| Hex | 16 | 2B | 15 | 31 | 0 | 33 | 53 | 75 | 22 | D |
| Octal | 26 | 53 | 25 | 61 | 0 | 63 | 123 | 165 | 42 | 15 |
| Binary | 10110 | 101011 | 10101 | 110001 | 0 | 110011 | 1010011 | 1110101 | 100010 | 1101 |
Color Harmonies of #162B15
Complementary color
Monochromatic Colors of #162B15
Black with #162B15
Text Example
Text Example
White with #162B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162B15; }
p { color: rgb(22,43,21); }
H1.HeaderClassName
{
color: #162B15;
}
.AnyTagClassName
{
color: #162B15;
}
</style>
background-color css
<style>
a { background-color: #162B15; }
a { background-color: rgb(22,43,21); }
div.DivClassName
{
background-color: #162B15;
}
.BgClassName
{
background-color: #162B15;
}
</style>
border-color css
<style>
span { border-color: #162B15; }
span { border-color: rgb(22,43,21); }
td.TdClassName
{
border-color: #162B15;
}
.TagClassName
{
border-color: #162B15;
}
</style>