Shades of Green Waterloo #222506
Tints of Green Waterloo #222506
RGB
CMYK
RGB Variations
Color information
#222506 (or 0x222506) is known color: Green Waterloo. HEX triplet: 22, 25 and 06. RGB value is (34,37,6). Sum of RGB (Red+Green+Blue) = 34+37+6=77 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.16% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 37 - color contains mainly: green. Hex color #222506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222506 is #DDDAF9. Grayscale: #202020. Windows color (decimal): -14539514 or 402722. OLE color: 402722.
HSL color Cylindrical-coordinate representation of color #222506: hue angle of 65.81º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #222506 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 37 | 6 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.85 |
| HSL | 65.81º | 0.72% | 0.08% | - |
| HSV(B) | 65.81º | 0.84% | 0.15% | - |
| XYZ | 1.35 | 1.68 | 0.42 | - |
| YUV | 32.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 37 | 6 | 0.08 | 0 | 0.84 | 0.85 | 65.81 | 0.72 | 0.08 |
| Hex | 22 | 25 | 6 | 8 | 0 | 54 | 55 | 42 | 48 | 8 |
| Octal | 42 | 45 | 6 | 10 | 0 | 124 | 125 | 102 | 110 | 10 |
| Binary | 100010 | 100101 | 110 | 1000 | 0 | 1010100 | 1010101 | 1000010 | 1001000 | 1000 |
Color Harmonies of #222506
Complementary color
Monochromatic Colors of #222506
Black with #222506
Text Example
Text Example
White with #222506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222506; }
p { color: rgb(34,37,6); }
H1.HeaderClassName
{
color: #222506;
}
.AnyTagClassName
{
color: #222506;
}
</style>
background-color css
<style>
a { background-color: #222506; }
a { background-color: rgb(34,37,6); }
div.DivClassName
{
background-color: #222506;
}
.BgClassName
{
background-color: #222506;
}
</style>
border-color css
<style>
span { border-color: #222506; }
span { border-color: rgb(34,37,6); }
td.TdClassName
{
border-color: #222506;
}
.TagClassName
{
border-color: #222506;
}
</style>