Shades of Green Waterloo #111601
Tints of Green Waterloo #111601
RGB
CMYK
RGB Variations
Color information
#111601 (or 0x111601) is known color: Green Waterloo. HEX triplet: 11, 16 and 01. RGB value is (17,22,1). Sum of RGB (Red+Green+Blue) = 17+22+1=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 22 (8.98% from 255 or 55% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 22 - color contains mainly: green. Hex color #111601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111601 is #EEE9FE. Grayscale: #121212. Windows color (decimal): -15657471 or 71185. OLE color: 71185.
HSL color Cylindrical-coordinate representation of color #111601: hue angle of 74.29º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #111601 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 22 | 1 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.91 |
| HSL | 74.29º | 0.91% | 0.05% | - |
| HSV(B) | 74.29º | 0.95% | 0.09% | - |
| XYZ | 0.52 | 0.7 | 0.14 | - |
| YUV | 18.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 1 | 0.23 | 0 | 0.95 | 0.91 | 74.29 | 0.91 | 0.05 |
| Hex | 11 | 16 | 1 | 17 | 0 | 5F | 5B | 4A | 5B | 5 |
| Octal | 21 | 26 | 1 | 27 | 0 | 137 | 133 | 112 | 133 | 5 |
| Binary | 10001 | 10110 | 1 | 10111 | 0 | 1011111 | 1011011 | 1001010 | 1011011 | 101 |
Color Harmonies of #111601
Complementary color
Monochromatic Colors of #111601
Black with #111601
Text Example
Text Example
White with #111601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111601; }
p { color: rgb(17,22,1); }
H1.HeaderClassName
{
color: #111601;
}
.AnyTagClassName
{
color: #111601;
}
</style>
background-color css
<style>
a { background-color: #111601; }
a { background-color: rgb(17,22,1); }
div.DivClassName
{
background-color: #111601;
}
.BgClassName
{
background-color: #111601;
}
</style>
border-color css
<style>
span { border-color: #111601; }
span { border-color: rgb(17,22,1); }
td.TdClassName
{
border-color: #111601;
}
.TagClassName
{
border-color: #111601;
}
</style>