Shades of Green Waterloo #222409
Tints of Green Waterloo #222409
RGB
CMYK
RGB Variations
Color information
#222409 (or 0x222409) is known color: Green Waterloo. HEX triplet: 22, 24 and 09. RGB value is (34,36,9). Sum of RGB (Red+Green+Blue) = 34+36+9=79 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.04% from 79); Green value is 36 (14.45% from 255 or 45.57% from 79); Blue value is 9 (3.91% from 255 or 11.39% from 79); Max value from RGB is 36 - color contains mainly: green. Hex color #222409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222409 is #DDDBF6. Grayscale: #202020. Windows color (decimal): -14539767 or 599074. OLE color: 599074.
HSL color Cylindrical-coordinate representation of color #222409: hue angle of 64.44º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #222409 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 36 | 9 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.86 |
| HSL | 64.44º | 0.6% | 0.09% | - |
| HSV(B) | 64.44º | 0.75% | 0.14% | - |
| XYZ | 1.34 | 1.62 | 0.5 | - |
| YUV | 32.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 9 | 0.06 | 0 | 0.75 | 0.86 | 64.44 | 0.6 | 0.09 |
| Hex | 22 | 24 | 9 | 6 | 0 | 4B | 56 | 40 | 3C | 9 |
| Octal | 42 | 44 | 11 | 6 | 0 | 113 | 126 | 100 | 74 | 11 |
| Binary | 100010 | 100100 | 1001 | 110 | 0 | 1001011 | 1010110 | 1000000 | 111100 | 1001 |
Color Harmonies of #222409
Complementary color
Monochromatic Colors of #222409
Black with #222409
Text Example
Text Example
White with #222409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222409; }
p { color: rgb(34,36,9); }
H1.HeaderClassName
{
color: #222409;
}
.AnyTagClassName
{
color: #222409;
}
</style>
background-color css
<style>
a { background-color: #222409; }
a { background-color: rgb(34,36,9); }
div.DivClassName
{
background-color: #222409;
}
.BgClassName
{
background-color: #222409;
}
</style>
border-color css
<style>
span { border-color: #222409; }
span { border-color: rgb(34,36,9); }
td.TdClassName
{
border-color: #222409;
}
.TagClassName
{
border-color: #222409;
}
</style>