Shades of Green Waterloo #222416
Tints of Green Waterloo #222416
RGB
CMYK
RGB Variations
Color information
#222416 (or 0x222416) is known color: Green Waterloo. HEX triplet: 22, 24 and 16. RGB value is (34,36,22). Sum of RGB (Red+Green+Blue) = 34+36+22=92 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.96% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 36 - color contains mainly: green. Hex color #222416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222416 is #DDDBE9. Grayscale: #212121. Windows color (decimal): -14539754 or 1451042. OLE color: 1451042.
HSL color Cylindrical-coordinate representation of color #222416: hue angle of 68.57º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #222416 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 36 | 22 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.86 |
| HSL | 68.57º | 0.24% | 0.11% | - |
| HSV(B) | 68.57º | 0.39% | 0.14% | - |
| XYZ | 1.44 | 1.66 | 1 | - |
| YUV | 33.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 22 | 0.06 | 0 | 0.39 | 0.86 | 68.57 | 0.24 | 0.11 |
| Hex | 22 | 24 | 16 | 6 | 0 | 27 | 56 | 45 | 18 | B |
| Octal | 42 | 44 | 26 | 6 | 0 | 47 | 126 | 105 | 30 | 13 |
| Binary | 100010 | 100100 | 10110 | 110 | 0 | 100111 | 1010110 | 1000101 | 11000 | 1011 |
Color Harmonies of #222416
Complementary color
Monochromatic Colors of #222416
Black with #222416
Text Example
Text Example
White with #222416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222416; }
p { color: rgb(34,36,22); }
H1.HeaderClassName
{
color: #222416;
}
.AnyTagClassName
{
color: #222416;
}
</style>
background-color css
<style>
a { background-color: #222416; }
a { background-color: rgb(34,36,22); }
div.DivClassName
{
background-color: #222416;
}
.BgClassName
{
background-color: #222416;
}
</style>
border-color css
<style>
span { border-color: #222416; }
span { border-color: rgb(34,36,22); }
td.TdClassName
{
border-color: #222416;
}
.TagClassName
{
border-color: #222416;
}
</style>