Shades of Myrtle #163213
Tints of Myrtle #163213
RGB
CMYK
RGB Variations
Color information
#163213 (or 0x163213) is known color: Myrtle. HEX triplet: 16, 32 and 13. RGB value is (22,50,19). Sum of RGB (Red+Green+Blue) = 22+50+19=91 (12% of max value = 765). Red value is 22 (8.98% from 255 or 24.18% from 91); Green value is 50 (19.92% from 255 or 54.95% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 50 - color contains mainly: green. Hex color #163213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163213 is #E9CDEC. Grayscale: #262626. Windows color (decimal): -15322605 or 1258006. OLE color: 1258006.
HSL color Cylindrical-coordinate representation of color #163213: hue angle of 114.19º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #163213 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 50 | 19 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.80 |
| HSL | 114.19º | 0.45% | 0.14% | - |
| HSV(B) | 114.19º | 0.62% | 0.2% | - |
| XYZ | 1.59 | 2.5 | 1.01 | - |
| YUV | 38.09 | 117.22 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 19 | 0.56 | 0 | 0.62 | 0.80 | 114.19 | 0.45 | 0.14 |
| Hex | 16 | 32 | 13 | 38 | 0 | 3E | 50 | 72 | 2D | E |
| Octal | 26 | 62 | 23 | 70 | 0 | 76 | 120 | 162 | 55 | 16 |
| Binary | 10110 | 110010 | 10011 | 111000 | 0 | 111110 | 1010000 | 1110010 | 101101 | 1110 |
Color Harmonies of #163213
Complementary color
Monochromatic Colors of #163213
Black with #163213
Text Example
Text Example
White with #163213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163213; }
p { color: rgb(22,50,19); }
H1.HeaderClassName
{
color: #163213;
}
.AnyTagClassName
{
color: #163213;
}
</style>
background-color css
<style>
a { background-color: #163213; }
a { background-color: rgb(22,50,19); }
div.DivClassName
{
background-color: #163213;
}
.BgClassName
{
background-color: #163213;
}
</style>
border-color css
<style>
span { border-color: #163213; }
span { border-color: rgb(22,50,19); }
td.TdClassName
{
border-color: #163213;
}
.TagClassName
{
border-color: #163213;
}
</style>