Shades of Green Waterloo #313224
Tints of Green Waterloo #313224
RGB
CMYK
RGB Variations
Color information
#313224 (or 0x313224) is known color: Green Waterloo. HEX triplet: 31, 32 and 24. RGB value is (49,50,36). Sum of RGB (Red+Green+Blue) = 49+50+36=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 50 - color contains mainly: green. Hex color #313224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313224 is #CECDDB. Grayscale: #303030. Windows color (decimal): -13553116 or 2372145. OLE color: 2372145.
HSL color Cylindrical-coordinate representation of color #313224: hue angle of 64.29º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #313224 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 50 | 36 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.80 |
| HSL | 64.29º | 0.16% | 0.17% | - |
| HSV(B) | 64.29º | 0.28% | 0.2% | - |
| XYZ | 2.73 | 3.06 | 2.12 | - |
| YUV | 48.11 | 121.17 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 36 | 0.02 | 0 | 0.28 | 0.80 | 64.29 | 0.16 | 0.17 |
| Hex | 31 | 32 | 24 | 2 | 0 | 1C | 50 | 40 | 10 | 11 |
| Octal | 61 | 62 | 44 | 2 | 0 | 34 | 120 | 100 | 20 | 21 |
| Binary | 110001 | 110010 | 100100 | 10 | 0 | 11100 | 1010000 | 1000000 | 10000 | 10001 |
Color Harmonies of #313224
Complementary color
Monochromatic Colors of #313224
Black with #313224
Text Example
Text Example
White with #313224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313224; }
p { color: rgb(49,50,36); }
H1.HeaderClassName
{
color: #313224;
}
.AnyTagClassName
{
color: #313224;
}
</style>
background-color css
<style>
a { background-color: #313224; }
a { background-color: rgb(49,50,36); }
div.DivClassName
{
background-color: #313224;
}
.BgClassName
{
background-color: #313224;
}
</style>
border-color css
<style>
span { border-color: #313224; }
span { border-color: rgb(49,50,36); }
td.TdClassName
{
border-color: #313224;
}
.TagClassName
{
border-color: #313224;
}
</style>