Shades of Myrtle #16471C
Tints of Myrtle #16471C
RGB
CMYK
RGB Variations
Color information
#16471C (or 0x16471C) is known color: Myrtle. HEX triplet: 16, 47 and 1C. RGB value is (22,71,28). Sum of RGB (Red+Green+Blue) = 22+71+28=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #16471C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16471C is #E9B8E3. Grayscale: #333333. Windows color (decimal): -15317220 or 1853206. OLE color: 1853206.
HSL color Cylindrical-coordinate representation of color #16471C: hue angle of 127.35º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #16471C is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 71 | 28 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.72 |
| HSL | 127.35º | 0.53% | 0.18% | - |
| HSV(B) | 127.35º | 0.69% | 0.28% | - |
| XYZ | 2.79 | 4.76 | 1.87 | - |
| YUV | 51.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 28 | 0.69 | 0 | 0.61 | 0.72 | 127.35 | 0.53 | 0.18 |
| Hex | 16 | 47 | 1C | 45 | 0 | 3D | 48 | 7F | 35 | 12 |
| Octal | 26 | 107 | 34 | 105 | 0 | 75 | 110 | 177 | 65 | 22 |
| Binary | 10110 | 1000111 | 11100 | 1000101 | 0 | 111101 | 1001000 | 1111111 | 110101 | 10010 |
Color Harmonies of #16471C
Complementary color
Monochromatic Colors of #16471C
Black with #16471C
Text Example
Text Example
White with #16471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16471C; }
p { color: rgb(22,71,28); }
H1.HeaderClassName
{
color: #16471C;
}
.AnyTagClassName
{
color: #16471C;
}
</style>
background-color css
<style>
a { background-color: #16471C; }
a { background-color: rgb(22,71,28); }
div.DivClassName
{
background-color: #16471C;
}
.BgClassName
{
background-color: #16471C;
}
</style>
border-color css
<style>
span { border-color: #16471C; }
span { border-color: rgb(22,71,28); }
td.TdClassName
{
border-color: #16471C;
}
.TagClassName
{
border-color: #16471C;
}
</style>