Shades of Green Waterloo #16180B
Tints of Green Waterloo #16180B
RGB
CMYK
RGB Variations
Color information
#16180B (or 0x16180B) is known color: Green Waterloo. HEX triplet: 16, 18 and 0B. RGB value is (22,24,11). Sum of RGB (Red+Green+Blue) = 22+24+11=57 (7% of max value = 765). Red value is 22 (8.98% from 255 or 38.60% from 57); Green value is 24 (9.77% from 255 or 42.11% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 24 - color contains mainly: green. Hex color #16180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16180B is #E9E7F4. Grayscale: #151515. Windows color (decimal): -15329269 or 727062. OLE color: 727062.
HSL color Cylindrical-coordinate representation of color #16180B: hue angle of 69.23º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #16180B is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 24 | 11 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.91 |
| HSL | 69.23º | 0.37% | 0.07% | - |
| HSV(B) | 69.23º | 0.54% | 0.09% | - |
| XYZ | 0.72 | 0.85 | 0.44 | - |
| YUV | 21.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 24 | 11 | 0.08 | 0 | 0.54 | 0.91 | 69.23 | 0.37 | 0.07 |
| Hex | 16 | 18 | B | 8 | 0 | 36 | 5B | 45 | 25 | 7 |
| Octal | 26 | 30 | 13 | 10 | 0 | 66 | 133 | 105 | 45 | 7 |
| Binary | 10110 | 11000 | 1011 | 1000 | 0 | 110110 | 1011011 | 1000101 | 100101 | 111 |
Color Harmonies of #16180B
Complementary color
Monochromatic Colors of #16180B
Black with #16180B
Text Example
Text Example
White with #16180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16180B; }
p { color: rgb(22,24,11); }
H1.HeaderClassName
{
color: #16180B;
}
.AnyTagClassName
{
color: #16180B;
}
</style>
background-color css
<style>
a { background-color: #16180B; }
a { background-color: rgb(22,24,11); }
div.DivClassName
{
background-color: #16180B;
}
.BgClassName
{
background-color: #16180B;
}
</style>
border-color css
<style>
span { border-color: #16180B; }
span { border-color: rgb(22,24,11); }
td.TdClassName
{
border-color: #16180B;
}
.TagClassName
{
border-color: #16180B;
}
</style>