Shades of Green Waterloo #111406
Tints of Green Waterloo #111406
RGB
CMYK
RGB Variations
Color information
#111406 (or 0x111406) is known color: Green Waterloo. HEX triplet: 11, 14 and 06. RGB value is (17,20,6). Sum of RGB (Red+Green+Blue) = 17+20+6=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 20 - color contains mainly: green. Hex color #111406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111406 is #EEEBF9. Grayscale: #111111. Windows color (decimal): -15657978 or 398353. OLE color: 398353.
HSL color Cylindrical-coordinate representation of color #111406: hue angle of 72.86º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #111406 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 17 | 20 | 6 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.92 |
| HSL | 72.86º | 0.54% | 0.05% | - |
| HSV(B) | 72.86º | 0.7% | 0.08% | - |
| XYZ | 0.51 | 0.63 | 0.27 | - |
| YUV | 17.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 6 | 0.15 | 0 | 0.70 | 0.92 | 72.86 | 0.54 | 0.05 |
| Hex | 11 | 14 | 6 | F | 0 | 46 | 5C | 49 | 36 | 5 |
| Octal | 21 | 24 | 6 | 17 | 0 | 106 | 134 | 111 | 66 | 5 |
| Binary | 10001 | 10100 | 110 | 1111 | 0 | 1000110 | 1011100 | 1001001 | 110110 | 101 |
Color Harmonies of #111406
Complementary color
Monochromatic Colors of #111406
Black with #111406
Text Example
Text Example
White with #111406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111406; }
p { color: rgb(17,20,6); }
H1.HeaderClassName
{
color: #111406;
}
.AnyTagClassName
{
color: #111406;
}
</style>
background-color css
<style>
a { background-color: #111406; }
a { background-color: rgb(17,20,6); }
div.DivClassName
{
background-color: #111406;
}
.BgClassName
{
background-color: #111406;
}
</style>
border-color css
<style>
span { border-color: #111406; }
span { border-color: rgb(17,20,6); }
td.TdClassName
{
border-color: #111406;
}
.TagClassName
{
border-color: #111406;
}
</style>