Shades of Green Waterloo #313422
Tints of Green Waterloo #313422
RGB
CMYK
RGB Variations
Color information
#313422 (or 0x313422) is known color: Green Waterloo. HEX triplet: 31, 34 and 22. RGB value is (49,52,34). Sum of RGB (Red+Green+Blue) = 49+52+34=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 52 - color contains mainly: green. Hex color #313422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313422 is #CECBDD. Grayscale: #313131. Windows color (decimal): -13552606 or 2241585. OLE color: 2241585.
HSL color Cylindrical-coordinate representation of color #313422: hue angle of 70º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #313422 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 52 | 34 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.80 |
| HSL | 70º | 0.21% | 0.17% | - |
| HSV(B) | 70º | 0.35% | 0.2% | - |
| XYZ | 2.78 | 3.22 | 1.99 | - |
| YUV | 49.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 34 | 0.06 | 0 | 0.35 | 0.80 | 70 | 0.21 | 0.17 |
| Hex | 31 | 34 | 22 | 6 | 0 | 23 | 50 | 46 | 15 | 11 |
| Octal | 61 | 64 | 42 | 6 | 0 | 43 | 120 | 106 | 25 | 21 |
| Binary | 110001 | 110100 | 100010 | 110 | 0 | 100011 | 1010000 | 1000110 | 10101 | 10001 |
Color Harmonies of #313422
Complementary color
Monochromatic Colors of #313422
Black with #313422
Text Example
Text Example
White with #313422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313422; }
p { color: rgb(49,52,34); }
H1.HeaderClassName
{
color: #313422;
}
.AnyTagClassName
{
color: #313422;
}
</style>
background-color css
<style>
a { background-color: #313422; }
a { background-color: rgb(49,52,34); }
div.DivClassName
{
background-color: #313422;
}
.BgClassName
{
background-color: #313422;
}
</style>
border-color css
<style>
span { border-color: #313422; }
span { border-color: rgb(49,52,34); }
td.TdClassName
{
border-color: #313422;
}
.TagClassName
{
border-color: #313422;
}
</style>