Shades of Green Waterloo #313325
Tints of Green Waterloo #313325
RGB
CMYK
RGB Variations
Color information
#313325 (or 0x313325) is known color: Green Waterloo. HEX triplet: 31, 33 and 25. RGB value is (49,51,37). Sum of RGB (Red+Green+Blue) = 49+51+37=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 51 - color contains mainly: green. Hex color #313325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313325 is #CECCDA. Grayscale: #303030. Windows color (decimal): -13552859 or 2437937. OLE color: 2437937.
HSL color Cylindrical-coordinate representation of color #313325: hue angle of 68.57º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #313325 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 49 | 51 | 37 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.8 |
| HSL | 68.57º | 0.16% | 0.17% | - |
| HSV(B) | 68.57º | 0.27% | 0.2% | - |
| XYZ | 2.78 | 3.15 | 2.21 | - |
| YUV | 48.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 37 | 0.04 | 0 | 0.27 | 0.8 | 68.57 | 0.16 | 0.17 |
| Hex | 31 | 33 | 25 | 4 | 0 | 1B | 50 | 45 | 10 | 11 |
| Octal | 61 | 63 | 45 | 4 | 0 | 33 | 120 | 105 | 20 | 21 |
| Binary | 110001 | 110011 | 100101 | 100 | 0 | 11011 | 1010000 | 1000101 | 10000 | 10001 |
Color Harmonies of #313325
Complementary color
Monochromatic Colors of #313325
Black with #313325
Text Example
Text Example
White with #313325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313325; }
p { color: rgb(49,51,37); }
H1.HeaderClassName
{
color: #313325;
}
.AnyTagClassName
{
color: #313325;
}
</style>
background-color css
<style>
a { background-color: #313325; }
a { background-color: rgb(49,51,37); }
div.DivClassName
{
background-color: #313325;
}
.BgClassName
{
background-color: #313325;
}
</style>
border-color css
<style>
span { border-color: #313325; }
span { border-color: rgb(49,51,37); }
td.TdClassName
{
border-color: #313325;
}
.TagClassName
{
border-color: #313325;
}
</style>