Shades of Green Waterloo #222418
Tints of Green Waterloo #222418
RGB
CMYK
RGB Variations
Color information
#222418 (or 0x222418) is known color: Green Waterloo. HEX triplet: 22, 24 and 18. RGB value is (34,36,24). Sum of RGB (Red+Green+Blue) = 34+36+24=94 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.17% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 36 - color contains mainly: green. Hex color #222418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222418 is #DDDBE7. Grayscale: #222222. Windows color (decimal): -14539752 or 1582114. OLE color: 1582114.
HSL color Cylindrical-coordinate representation of color #222418: hue angle of 70º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #222418 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 36 | 24 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.86 |
| HSL | 70º | 0.2% | 0.12% | - |
| HSV(B) | 70º | 0.33% | 0.14% | - |
| XYZ | 1.46 | 1.67 | 1.11 | - |
| YUV | 34.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 24 | 0.06 | 0 | 0.33 | 0.86 | 70 | 0.2 | 0.12 |
| Hex | 22 | 24 | 18 | 6 | 0 | 21 | 56 | 46 | 14 | C |
| Octal | 42 | 44 | 30 | 6 | 0 | 41 | 126 | 106 | 24 | 14 |
| Binary | 100010 | 100100 | 11000 | 110 | 0 | 100001 | 1010110 | 1000110 | 10100 | 1100 |
Color Harmonies of #222418
Complementary color
Monochromatic Colors of #222418
Black with #222418
Text Example
Text Example
White with #222418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222418; }
p { color: rgb(34,36,24); }
H1.HeaderClassName
{
color: #222418;
}
.AnyTagClassName
{
color: #222418;
}
</style>
background-color css
<style>
a { background-color: #222418; }
a { background-color: rgb(34,36,24); }
div.DivClassName
{
background-color: #222418;
}
.BgClassName
{
background-color: #222418;
}
</style>
border-color css
<style>
span { border-color: #222418; }
span { border-color: rgb(34,36,24); }
td.TdClassName
{
border-color: #222418;
}
.TagClassName
{
border-color: #222418;
}
</style>