Shades of Green Waterloo #222413
Tints of Green Waterloo #222413
RGB
CMYK
RGB Variations
Color information
#222413 (or 0x222413) is known color: Green Waterloo. HEX triplet: 22, 24 and 13. RGB value is (34,36,19). Sum of RGB (Red+Green+Blue) = 34+36+19=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 36 (14.45% from 255 or 40.45% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 36 - color contains mainly: green. Hex color #222413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222413 is #DDDBEC. Grayscale: #212121. Windows color (decimal): -14539757 or 1254434. OLE color: 1254434.
HSL color Cylindrical-coordinate representation of color #222413: hue angle of 67.06º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #222413 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 36 | 19 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.86 |
| HSL | 67.06º | 0.31% | 0.11% | - |
| HSV(B) | 67.06º | 0.47% | 0.14% | - |
| XYZ | 1.41 | 1.65 | 0.86 | - |
| YUV | 33.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 19 | 0.06 | 0 | 0.47 | 0.86 | 67.06 | 0.31 | 0.11 |
| Hex | 22 | 24 | 13 | 6 | 0 | 2F | 56 | 43 | 1F | B |
| Octal | 42 | 44 | 23 | 6 | 0 | 57 | 126 | 103 | 37 | 13 |
| Binary | 100010 | 100100 | 10011 | 110 | 0 | 101111 | 1010110 | 1000011 | 11111 | 1011 |
Color Harmonies of #222413
Complementary color
Monochromatic Colors of #222413
Black with #222413
Text Example
Text Example
White with #222413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222413; }
p { color: rgb(34,36,19); }
H1.HeaderClassName
{
color: #222413;
}
.AnyTagClassName
{
color: #222413;
}
</style>
background-color css
<style>
a { background-color: #222413; }
a { background-color: rgb(34,36,19); }
div.DivClassName
{
background-color: #222413;
}
.BgClassName
{
background-color: #222413;
}
</style>
border-color css
<style>
span { border-color: #222413; }
span { border-color: rgb(34,36,19); }
td.TdClassName
{
border-color: #222413;
}
.TagClassName
{
border-color: #222413;
}
</style>