Shades of Myrtle #16320D
Tints of Myrtle #16320D
RGB
CMYK
RGB Variations
Color information
#16320D (or 0x16320D) is known color: Myrtle. HEX triplet: 16, 32 and 0D. RGB value is (22,50,13). Sum of RGB (Red+Green+Blue) = 22+50+13=85 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.88% from 85); Green value is 50 (19.92% from 255 or 58.82% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 50 - color contains mainly: green. Hex color #16320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16320D is #E9CDF2. Grayscale: #252525. Windows color (decimal): -15322611 or 864790. OLE color: 864790.
HSL color Cylindrical-coordinate representation of color #16320D: hue angle of 105.41º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #16320D is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 50 | 13 | - |
| CMYK | 0.56 | 0 | 0.74 | 0.80 |
| HSL | 105.41º | 0.59% | 0.12% | - |
| HSV(B) | 105.41º | 0.74% | 0.2% | - |
| XYZ | 1.54 | 2.48 | 0.78 | - |
| YUV | 37.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 13 | 0.56 | 0 | 0.74 | 0.80 | 105.41 | 0.59 | 0.12 |
| Hex | 16 | 32 | D | 38 | 0 | 4A | 50 | 69 | 3B | C |
| Octal | 26 | 62 | 15 | 70 | 0 | 112 | 120 | 151 | 73 | 14 |
| Binary | 10110 | 110010 | 1101 | 111000 | 0 | 1001010 | 1010000 | 1101001 | 111011 | 1100 |
Color Harmonies of #16320D
Complementary color
Monochromatic Colors of #16320D
Black with #16320D
Text Example
Text Example
White with #16320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16320D; }
p { color: rgb(22,50,13); }
H1.HeaderClassName
{
color: #16320D;
}
.AnyTagClassName
{
color: #16320D;
}
</style>
background-color css
<style>
a { background-color: #16320D; }
a { background-color: rgb(22,50,13); }
div.DivClassName
{
background-color: #16320D;
}
.BgClassName
{
background-color: #16320D;
}
</style>
border-color css
<style>
span { border-color: #16320D; }
span { border-color: rgb(22,50,13); }
td.TdClassName
{
border-color: #16320D;
}
.TagClassName
{
border-color: #16320D;
}
</style>