Shades of Myrtle #163712
Tints of Myrtle #163712
RGB
CMYK
RGB Variations
Color information
#163712 (or 0x163712) is known color: Myrtle. HEX triplet: 16, 37 and 12. RGB value is (22,55,18). Sum of RGB (Red+Green+Blue) = 22+55+18=95 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.16% from 95); Green value is 55 (21.88% from 255 or 57.89% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 55 - color contains mainly: green. Hex color #163712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163712 is #E9C8ED. Grayscale: #292929. Windows color (decimal): -15321326 or 1193750. OLE color: 1193750.
HSL color Cylindrical-coordinate representation of color #163712: hue angle of 113.51º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #163712 is Cyan = 0.6, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 55 | 18 | - |
| CMYK | 0.6 | 0 | 0.67 | 0.78 |
| HSL | 113.51º | 0.51% | 0.14% | - |
| HSV(B) | 113.51º | 0.67% | 0.22% | - |
| XYZ | 1.81 | 2.95 | 1.05 | - |
| YUV | 40.92 | 115.07 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 18 | 0.6 | 0 | 0.67 | 0.78 | 113.51 | 0.51 | 0.14 |
| Hex | 16 | 37 | 12 | 3C | 0 | 43 | 4E | 72 | 33 | E |
| Octal | 26 | 67 | 22 | 74 | 0 | 103 | 116 | 162 | 63 | 16 |
| Binary | 10110 | 110111 | 10010 | 111100 | 0 | 1000011 | 1001110 | 1110010 | 110011 | 1110 |
Color Harmonies of #163712
Complementary color
Monochromatic Colors of #163712
Black with #163712
Text Example
Text Example
White with #163712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163712; }
p { color: rgb(22,55,18); }
H1.HeaderClassName
{
color: #163712;
}
.AnyTagClassName
{
color: #163712;
}
</style>
background-color css
<style>
a { background-color: #163712; }
a { background-color: rgb(22,55,18); }
div.DivClassName
{
background-color: #163712;
}
.BgClassName
{
background-color: #163712;
}
</style>
border-color css
<style>
span { border-color: #163712; }
span { border-color: rgb(22,55,18); }
td.TdClassName
{
border-color: #163712;
}
.TagClassName
{
border-color: #163712;
}
</style>