Shades of Green Waterloo #313226
Tints of Green Waterloo #313226
RGB
CMYK
RGB Variations
Color information
#313226 (or 0x313226) is known color: Green Waterloo. HEX triplet: 31, 32 and 26. RGB value is (49,50,38). Sum of RGB (Red+Green+Blue) = 49+50+38=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 50 - color contains mainly: green. Hex color #313226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313226 is #CECDD9. Grayscale: #303030. Windows color (decimal): -13553114 or 2503217. OLE color: 2503217.
HSL color Cylindrical-coordinate representation of color #313226: hue angle of 65º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #313226 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 50 | 38 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.80 |
| HSL | 65º | 0.14% | 0.17% | - |
| HSV(B) | 65º | 0.24% | 0.2% | - |
| XYZ | 2.76 | 3.07 | 2.28 | - |
| YUV | 48.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 38 | 0.02 | 0 | 0.24 | 0.80 | 65 | 0.14 | 0.17 |
| Hex | 31 | 32 | 26 | 2 | 0 | 18 | 50 | 41 | E | 11 |
| Octal | 61 | 62 | 46 | 2 | 0 | 30 | 120 | 101 | 16 | 21 |
| Binary | 110001 | 110010 | 100110 | 10 | 0 | 11000 | 1010000 | 1000001 | 1110 | 10001 |
Color Harmonies of #313226
Complementary color
Monochromatic Colors of #313226
Black with #313226
Text Example
Text Example
White with #313226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313226; }
p { color: rgb(49,50,38); }
H1.HeaderClassName
{
color: #313226;
}
.AnyTagClassName
{
color: #313226;
}
</style>
background-color css
<style>
a { background-color: #313226; }
a { background-color: rgb(49,50,38); }
div.DivClassName
{
background-color: #313226;
}
.BgClassName
{
background-color: #313226;
}
</style>
border-color css
<style>
span { border-color: #313226; }
span { border-color: rgb(49,50,38); }
td.TdClassName
{
border-color: #313226;
}
.TagClassName
{
border-color: #313226;
}
</style>