Shades of Myrtle #16511C
Tints of Myrtle #16511C
RGB
CMYK
RGB Variations
Color information
#16511C (or 0x16511C) is known color: Myrtle. HEX triplet: 16, 51 and 1C. RGB value is (22,81,28). Sum of RGB (Red+Green+Blue) = 22+81+28=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 81 (32.03% from 255 or 61.83% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 81 - color contains mainly: green. Hex color #16511C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16511C is #E9AEE3. Grayscale: #393939. Windows color (decimal): -15314660 or 1855766. OLE color: 1855766.
HSL color Cylindrical-coordinate representation of color #16511C: hue angle of 126.1º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #16511C is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 81 | 28 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.68 |
| HSL | 126.1º | 0.57% | 0.2% | - |
| HSV(B) | 126.1º | 0.73% | 0.32% | - |
| XYZ | 3.48 | 6.14 | 2.1 | - |
| YUV | 57.32 | 111.45 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 81 | 28 | 0.73 | 0 | 0.65 | 0.68 | 126.1 | 0.57 | 0.2 |
| Hex | 16 | 51 | 1C | 49 | 0 | 41 | 44 | 7E | 39 | 14 |
| Octal | 26 | 121 | 34 | 111 | 0 | 101 | 104 | 176 | 71 | 24 |
| Binary | 10110 | 1010001 | 11100 | 1001001 | 0 | 1000001 | 1000100 | 1111110 | 111001 | 10100 |
Color Harmonies of #16511C
Complementary color
Monochromatic Colors of #16511C
Black with #16511C
Text Example
Text Example
White with #16511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16511C; }
p { color: rgb(22,81,28); }
H1.HeaderClassName
{
color: #16511C;
}
.AnyTagClassName
{
color: #16511C;
}
</style>
background-color css
<style>
a { background-color: #16511C; }
a { background-color: rgb(22,81,28); }
div.DivClassName
{
background-color: #16511C;
}
.BgClassName
{
background-color: #16511C;
}
</style>
border-color css
<style>
span { border-color: #16511C; }
span { border-color: rgb(22,81,28); }
td.TdClassName
{
border-color: #16511C;
}
.TagClassName
{
border-color: #16511C;
}
</style>