Shades of Green Waterloo #31322C
Tints of Green Waterloo #31322C
RGB
CMYK
RGB Variations
Color information
#31322C (or 0x31322C) is known color: Green Waterloo. HEX triplet: 31, 32 and 2C. RGB value is (49,50,44). Sum of RGB (Red+Green+Blue) = 49+50+44=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 50 - color contains mainly: green. Hex color #31322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31322C is #CECDD3. Grayscale: #313131. Windows color (decimal): -13553108 or 2896433. OLE color: 2896433.
HSL color Cylindrical-coordinate representation of color #31322C: hue angle of 70º degrees, saturation: 0.06, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #31322C is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 50 | 44 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.80 |
| HSL | 70º | 0.06% | 0.18% | - |
| HSV(B) | 70º | 0.12% | 0.2% | - |
| XYZ | 2.86 | 3.12 | 2.83 | - |
| YUV | 49.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 44 | 0.02 | 0 | 0.12 | 0.80 | 70 | 0.06 | 0.18 |
| Hex | 31 | 32 | 2C | 2 | 0 | C | 50 | 46 | 6 | 12 |
| Octal | 61 | 62 | 54 | 2 | 0 | 14 | 120 | 106 | 6 | 22 |
| Binary | 110001 | 110010 | 101100 | 10 | 0 | 1100 | 1010000 | 1000110 | 110 | 10010 |
Color Harmonies of #31322C
Complementary color
Monochromatic Colors of #31322C
Black with #31322C
Text Example
Text Example
White with #31322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31322C; }
p { color: rgb(49,50,44); }
H1.HeaderClassName
{
color: #31322C;
}
.AnyTagClassName
{
color: #31322C;
}
</style>
background-color css
<style>
a { background-color: #31322C; }
a { background-color: rgb(49,50,44); }
div.DivClassName
{
background-color: #31322C;
}
.BgClassName
{
background-color: #31322C;
}
</style>
border-color css
<style>
span { border-color: #31322C; }
span { border-color: rgb(49,50,44); }
td.TdClassName
{
border-color: #31322C;
}
.TagClassName
{
border-color: #31322C;
}
</style>