Shades of Green Waterloo #111600
Tints of Green Waterloo #111600
RGB
CMYK
RGB Variations
Color information
#111600 (or 0x111600) is known color: Green Waterloo. HEX triplet: 11, 16 and 00. RGB value is (17,22,0). Sum of RGB (Red+Green+Blue) = 17+22+0=39 (5% of max value = 765). Red value is 17 (7.03% from 255 or 43.59% from 39); Green value is 22 (8.98% from 255 or 56.41% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 22 - color contains mainly: green. Hex color #111600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111600 is #EEE9FF. Grayscale: #121212. Windows color (decimal): -15657472 or 5649. OLE color: 5649.
HSL color Cylindrical-coordinate representation of color #111600: hue angle of 73.64º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #111600 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 22 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.91 |
| HSL | 73.64º | 1% | 0.04% | - |
| HSV(B) | 73.64º | 1% | 0.09% | - |
| XYZ | 0.52 | 0.69 | 0.11 | - |
| YUV | 18 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 0 | 0.23 | 0 | 1 | 0.91 | 73.64 | 1 | 0.04 |
| Hex | 11 | 16 | 0 | 17 | 0 | 64 | 5B | 4A | 64 | 4 |
| Octal | 21 | 26 | 0 | 27 | 0 | 144 | 133 | 112 | 144 | 4 |
| Binary | 10001 | 10110 | 0 | 10111 | 0 | 1100100 | 1011011 | 1001010 | 1100100 | 100 |
Color Harmonies of #111600
Complementary color
Monochromatic Colors of #111600
Black with #111600
Text Example
Text Example
White with #111600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111600; }
p { color: rgb(17,22,0); }
H1.HeaderClassName
{
color: #111600;
}
.AnyTagClassName
{
color: #111600;
}
</style>
background-color css
<style>
a { background-color: #111600; }
a { background-color: rgb(17,22,0); }
div.DivClassName
{
background-color: #111600;
}
.BgClassName
{
background-color: #111600;
}
</style>
border-color css
<style>
span { border-color: #111600; }
span { border-color: rgb(17,22,0); }
td.TdClassName
{
border-color: #111600;
}
.TagClassName
{
border-color: #111600;
}
</style>