Shades of Green Waterloo #16180D
Tints of Green Waterloo #16180D
RGB
CMYK
RGB Variations
Color information
#16180D (or 0x16180D) is known color: Green Waterloo. HEX triplet: 16, 18 and 0D. RGB value is (22,24,13). Sum of RGB (Red+Green+Blue) = 22+24+13=59 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.29% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 24 - color contains mainly: green. Hex color #16180D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16180D is #E9E7F2. Grayscale: #161616. Windows color (decimal): -15329267 or 858134. OLE color: 858134.
HSL color Cylindrical-coordinate representation of color #16180D: hue angle of 70.91º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #16180D is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 24 | 13 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.91 |
| HSL | 70.91º | 0.3% | 0.07% | - |
| HSV(B) | 70.91º | 0.46% | 0.09% | - |
| XYZ | 0.73 | 0.85 | 0.51 | - |
| YUV | 22.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 24 | 13 | 0.08 | 0 | 0.46 | 0.91 | 70.91 | 0.3 | 0.07 |
| Hex | 16 | 18 | D | 8 | 0 | 2E | 5B | 47 | 1E | 7 |
| Octal | 26 | 30 | 15 | 10 | 0 | 56 | 133 | 107 | 36 | 7 |
| Binary | 10110 | 11000 | 1101 | 1000 | 0 | 101110 | 1011011 | 1000111 | 11110 | 111 |
Color Harmonies of #16180D
Complementary color
Monochromatic Colors of #16180D
Black with #16180D
Text Example
Text Example
White with #16180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16180D; }
p { color: rgb(22,24,13); }
H1.HeaderClassName
{
color: #16180D;
}
.AnyTagClassName
{
color: #16180D;
}
</style>
background-color css
<style>
a { background-color: #16180D; }
a { background-color: rgb(22,24,13); }
div.DivClassName
{
background-color: #16180D;
}
.BgClassName
{
background-color: #16180D;
}
</style>
border-color css
<style>
span { border-color: #16180D; }
span { border-color: rgb(22,24,13); }
td.TdClassName
{
border-color: #16180D;
}
.TagClassName
{
border-color: #16180D;
}
</style>