Shades of Myrtle #162715
Tints of Myrtle #162715
RGB
CMYK
RGB Variations
Color information
#162715 (or 0x162715) is known color: Myrtle. HEX triplet: 16, 27 and 15. RGB value is (22,39,21). Sum of RGB (Red+Green+Blue) = 22+39+21=82 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.83% from 82); Green value is 39 (15.62% from 255 or 47.56% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 39 - color contains mainly: green. Hex color #162715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162715 is #E9D8EA. Grayscale: #1F1F1F. Windows color (decimal): -15325419 or 1386262. OLE color: 1386262.
HSL color Cylindrical-coordinate representation of color #162715: hue angle of 116.67º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #162715 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 39 | 21 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.85 |
| HSL | 116.67º | 0.3% | 0.12% | - |
| HSV(B) | 116.67º | 0.46% | 0.15% | - |
| XYZ | 1.19 | 1.68 | 0.97 | - |
| YUV | 31.87 | 121.87 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 21 | 0.44 | 0 | 0.46 | 0.85 | 116.67 | 0.3 | 0.12 |
| Hex | 16 | 27 | 15 | 2C | 0 | 2E | 55 | 75 | 1E | C |
| Octal | 26 | 47 | 25 | 54 | 0 | 56 | 125 | 165 | 36 | 14 |
| Binary | 10110 | 100111 | 10101 | 101100 | 0 | 101110 | 1010101 | 1110101 | 11110 | 1100 |
Color Harmonies of #162715
Complementary color
Monochromatic Colors of #162715
Black with #162715
Text Example
Text Example
White with #162715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162715; }
p { color: rgb(22,39,21); }
H1.HeaderClassName
{
color: #162715;
}
.AnyTagClassName
{
color: #162715;
}
</style>
background-color css
<style>
a { background-color: #162715; }
a { background-color: rgb(22,39,21); }
div.DivClassName
{
background-color: #162715;
}
.BgClassName
{
background-color: #162715;
}
</style>
border-color css
<style>
span { border-color: #162715; }
span { border-color: rgb(22,39,21); }
td.TdClassName
{
border-color: #162715;
}
.TagClassName
{
border-color: #162715;
}
</style>