Shades of Myrtle #163412
Tints of Myrtle #163412
RGB
CMYK
RGB Variations
Color information
#163412 (or 0x163412) is known color: Myrtle. HEX triplet: 16, 34 and 12. RGB value is (22,52,18). Sum of RGB (Red+Green+Blue) = 22+52+18=92 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.91% from 92); Green value is 52 (20.70% from 255 or 56.52% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 52 - color contains mainly: green. Hex color #163412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163412 is #E9CBED. Grayscale: #272727. Windows color (decimal): -15322094 or 1192982. OLE color: 1192982.
HSL color Cylindrical-coordinate representation of color #163412: hue angle of 112.94º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #163412 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 52 | 18 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.80 |
| HSL | 112.94º | 0.49% | 0.14% | - |
| HSV(B) | 112.94º | 0.65% | 0.2% | - |
| XYZ | 1.67 | 2.67 | 1 | - |
| YUV | 39.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 18 | 0.58 | 0 | 0.65 | 0.80 | 112.94 | 0.49 | 0.14 |
| Hex | 16 | 34 | 12 | 3A | 0 | 41 | 50 | 71 | 31 | E |
| Octal | 26 | 64 | 22 | 72 | 0 | 101 | 120 | 161 | 61 | 16 |
| Binary | 10110 | 110100 | 10010 | 111010 | 0 | 1000001 | 1010000 | 1110001 | 110001 | 1110 |
Color Harmonies of #163412
Complementary color
Monochromatic Colors of #163412
Black with #163412
Text Example
Text Example
White with #163412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163412; }
p { color: rgb(22,52,18); }
H1.HeaderClassName
{
color: #163412;
}
.AnyTagClassName
{
color: #163412;
}
</style>
background-color css
<style>
a { background-color: #163412; }
a { background-color: rgb(22,52,18); }
div.DivClassName
{
background-color: #163412;
}
.BgClassName
{
background-color: #163412;
}
</style>
border-color css
<style>
span { border-color: #163412; }
span { border-color: rgb(22,52,18); }
td.TdClassName
{
border-color: #163412;
}
.TagClassName
{
border-color: #163412;
}
</style>