Shades of Myrtle #16320E
Tints of Myrtle #16320E
RGB
CMYK
RGB Variations
Color information
#16320E (or 0x16320E) is known color: Myrtle. HEX triplet: 16, 32 and 0E. RGB value is (22,50,14). Sum of RGB (Red+Green+Blue) = 22+50+14=86 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.58% from 86); Green value is 50 (19.92% from 255 or 58.14% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 50 - color contains mainly: green. Hex color #16320E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16320E is #E9CDF1. Grayscale: #252525. Windows color (decimal): -15322610 or 930326. OLE color: 930326.
HSL color Cylindrical-coordinate representation of color #16320E: hue angle of 106.67º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #16320E is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 50 | 14 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.80 |
| HSL | 106.67º | 0.56% | 0.13% | - |
| HSV(B) | 106.67º | 0.72% | 0.2% | - |
| XYZ | 1.55 | 2.48 | 0.81 | - |
| YUV | 37.52 | 114.72 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 14 | 0.56 | 0 | 0.72 | 0.80 | 106.67 | 0.56 | 0.13 |
| Hex | 16 | 32 | E | 38 | 0 | 48 | 50 | 6B | 38 | D |
| Octal | 26 | 62 | 16 | 70 | 0 | 110 | 120 | 153 | 70 | 15 |
| Binary | 10110 | 110010 | 1110 | 111000 | 0 | 1001000 | 1010000 | 1101011 | 111000 | 1101 |
Color Harmonies of #16320E
Complementary color
Monochromatic Colors of #16320E
Black with #16320E
Text Example
Text Example
White with #16320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16320E; }
p { color: rgb(22,50,14); }
H1.HeaderClassName
{
color: #16320E;
}
.AnyTagClassName
{
color: #16320E;
}
</style>
background-color css
<style>
a { background-color: #16320E; }
a { background-color: rgb(22,50,14); }
div.DivClassName
{
background-color: #16320E;
}
.BgClassName
{
background-color: #16320E;
}
</style>
border-color css
<style>
span { border-color: #16320E; }
span { border-color: rgb(22,50,14); }
td.TdClassName
{
border-color: #16320E;
}
.TagClassName
{
border-color: #16320E;
}
</style>