Shades of Green Waterloo #222404
Tints of Green Waterloo #222404
RGB
CMYK
RGB Variations
Color information
#222404 (or 0x222404) is known color: Green Waterloo. HEX triplet: 22, 24 and 04. RGB value is (34,36,4). Sum of RGB (Red+Green+Blue) = 34+36+4=74 (9% of max value = 765). Red value is 34 (13.67% from 255 or 45.95% from 74); Green value is 36 (14.45% from 255 or 48.65% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 36 - color contains mainly: green. Hex color #222404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222404 is #DDDBFB. Grayscale: #1F1F1F. Windows color (decimal): -14539772 or 271394. OLE color: 271394.
HSL color Cylindrical-coordinate representation of color #222404: hue angle of 63.75º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #222404 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 36 | 4 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.86 |
| HSL | 63.75º | 0.8% | 0.08% | - |
| HSV(B) | 63.75º | 0.89% | 0.14% | - |
| XYZ | 1.31 | 1.61 | 0.36 | - |
| YUV | 31.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 4 | 0.06 | 0 | 0.89 | 0.86 | 63.75 | 0.8 | 0.08 |
| Hex | 22 | 24 | 4 | 6 | 0 | 59 | 56 | 40 | 50 | 8 |
| Octal | 42 | 44 | 4 | 6 | 0 | 131 | 126 | 100 | 120 | 10 |
| Binary | 100010 | 100100 | 100 | 110 | 0 | 1011001 | 1010110 | 1000000 | 1010000 | 1000 |
Color Harmonies of #222404
Complementary color
Monochromatic Colors of #222404
Black with #222404
Text Example
Text Example
White with #222404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222404; }
p { color: rgb(34,36,4); }
H1.HeaderClassName
{
color: #222404;
}
.AnyTagClassName
{
color: #222404;
}
</style>
background-color css
<style>
a { background-color: #222404; }
a { background-color: rgb(34,36,4); }
div.DivClassName
{
background-color: #222404;
}
.BgClassName
{
background-color: #222404;
}
</style>
border-color css
<style>
span { border-color: #222404; }
span { border-color: rgb(34,36,4); }
td.TdClassName
{
border-color: #222404;
}
.TagClassName
{
border-color: #222404;
}
</style>