Shades of Green Waterloo #222313
Tints of Green Waterloo #222313
RGB
CMYK
RGB Variations
Color information
#222313 (or 0x222313) is known color: Green Waterloo. HEX triplet: 22, 23 and 13. RGB value is (34,35,19). Sum of RGB (Red+Green+Blue) = 34+35+19=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 35 (14.06% from 255 or 39.77% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 35 - color contains mainly: green. Hex color #222313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222313 is #DDDCEC. Grayscale: #202020. Windows color (decimal): -14540013 or 1254178. OLE color: 1254178.
HSL color Cylindrical-coordinate representation of color #222313: hue angle of 63.75º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #222313 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 35 | 19 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.86 |
| HSL | 63.75º | 0.3% | 0.11% | - |
| HSV(B) | 63.75º | 0.46% | 0.14% | - |
| XYZ | 1.38 | 1.59 | 0.85 | - |
| YUV | 32.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 35 | 19 | 0.03 | 0 | 0.46 | 0.86 | 63.75 | 0.3 | 0.11 |
| Hex | 22 | 23 | 13 | 3 | 0 | 2E | 56 | 40 | 1E | B |
| Octal | 42 | 43 | 23 | 3 | 0 | 56 | 126 | 100 | 36 | 13 |
| Binary | 100010 | 100011 | 10011 | 11 | 0 | 101110 | 1010110 | 1000000 | 11110 | 1011 |
Color Harmonies of #222313
Complementary color
Monochromatic Colors of #222313
Black with #222313
Text Example
Text Example
White with #222313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222313; }
p { color: rgb(34,35,19); }
H1.HeaderClassName
{
color: #222313;
}
.AnyTagClassName
{
color: #222313;
}
</style>
background-color css
<style>
a { background-color: #222313; }
a { background-color: rgb(34,35,19); }
div.DivClassName
{
background-color: #222313;
}
.BgClassName
{
background-color: #222313;
}
</style>
border-color css
<style>
span { border-color: #222313; }
span { border-color: rgb(34,35,19); }
td.TdClassName
{
border-color: #222313;
}
.TagClassName
{
border-color: #222313;
}
</style>