Shades of Green Waterloo #313316
Tints of Green Waterloo #313316
RGB
CMYK
RGB Variations
Color information
#313316 (or 0x313316) is known color: Green Waterloo. HEX triplet: 31, 33 and 16. RGB value is (49,51,22). Sum of RGB (Red+Green+Blue) = 49+51+22=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 51 - color contains mainly: green. Hex color #313316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313316 is #CECCE9. Grayscale: #2F2F2F. Windows color (decimal): -13552874 or 1454897. OLE color: 1454897.
HSL color Cylindrical-coordinate representation of color #313316: hue angle of 64.14º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #313316 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 49 | 51 | 22 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.8 |
| HSL | 64.14º | 0.4% | 0.14% | - |
| HSV(B) | 64.14º | 0.57% | 0.2% | - |
| XYZ | 2.6 | 3.08 | 1.22 | - |
| YUV | 47.1 | 113.84 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 22 | 0.04 | 0 | 0.57 | 0.8 | 64.14 | 0.4 | 0.14 |
| Hex | 31 | 33 | 16 | 4 | 0 | 39 | 50 | 40 | 28 | E |
| Octal | 61 | 63 | 26 | 4 | 0 | 71 | 120 | 100 | 50 | 16 |
| Binary | 110001 | 110011 | 10110 | 100 | 0 | 111001 | 1010000 | 1000000 | 101000 | 1110 |
Color Harmonies of #313316
Complementary color
Monochromatic Colors of #313316
Black with #313316
Text Example
Text Example
White with #313316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313316; }
p { color: rgb(49,51,22); }
H1.HeaderClassName
{
color: #313316;
}
.AnyTagClassName
{
color: #313316;
}
</style>
background-color css
<style>
a { background-color: #313316; }
a { background-color: rgb(49,51,22); }
div.DivClassName
{
background-color: #313316;
}
.BgClassName
{
background-color: #313316;
}
</style>
border-color css
<style>
span { border-color: #313316; }
span { border-color: rgb(49,51,22); }
td.TdClassName
{
border-color: #313316;
}
.TagClassName
{
border-color: #313316;
}
</style>