Shades of Green Waterloo #16180A
Tints of Green Waterloo #16180A
RGB
CMYK
RGB Variations
Color information
#16180A (or 0x16180A) is known color: Green Waterloo. HEX triplet: 16, 18 and 0A. RGB value is (22,24,10). Sum of RGB (Red+Green+Blue) = 22+24+10=56 (7% of max value = 765). Red value is 22 (8.98% from 255 or 39.29% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 10 (4.30% from 255 or 17.86% from 56); Max value from RGB is 24 - color contains mainly: green. Hex color #16180A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16180A is #E9E7F5. Grayscale: #151515. Windows color (decimal): -15329270 or 661526. OLE color: 661526.
HSL color Cylindrical-coordinate representation of color #16180A: hue angle of 68.57º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #16180A is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 24 | 10 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.91 |
| HSL | 68.57º | 0.41% | 0.07% | - |
| HSV(B) | 68.57º | 0.58% | 0.09% | - |
| XYZ | 0.71 | 0.85 | 0.41 | - |
| YUV | 21.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 24 | 10 | 0.08 | 0 | 0.58 | 0.91 | 68.57 | 0.41 | 0.07 |
| Hex | 16 | 18 | A | 8 | 0 | 3A | 5B | 45 | 29 | 7 |
| Octal | 26 | 30 | 12 | 10 | 0 | 72 | 133 | 105 | 51 | 7 |
| Binary | 10110 | 11000 | 1010 | 1000 | 0 | 111010 | 1011011 | 1000101 | 101001 | 111 |
Color Harmonies of #16180A
Complementary color
Monochromatic Colors of #16180A
Black with #16180A
Text Example
Text Example
White with #16180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16180A; }
p { color: rgb(22,24,10); }
H1.HeaderClassName
{
color: #16180A;
}
.AnyTagClassName
{
color: #16180A;
}
</style>
background-color css
<style>
a { background-color: #16180A; }
a { background-color: rgb(22,24,10); }
div.DivClassName
{
background-color: #16180A;
}
.BgClassName
{
background-color: #16180A;
}
</style>
border-color css
<style>
span { border-color: #16180A; }
span { border-color: rgb(22,24,10); }
td.TdClassName
{
border-color: #16180A;
}
.TagClassName
{
border-color: #16180A;
}
</style>