Shades of Green Waterloo #323329
Tints of Green Waterloo #323329
RGB
CMYK
RGB Variations
Color information
#323329 (or 0x323329) is known color: Green Waterloo. HEX triplet: 32, 33 and 29. RGB value is (50,51,41). Sum of RGB (Red+Green+Blue) = 50+51+41=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 51 - color contains mainly: green. Hex color #323329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323329 is #CDCCD6. Grayscale: #313131. Windows color (decimal): -13487319 or 2700082. OLE color: 2700082.
HSL color Cylindrical-coordinate representation of color #323329: hue angle of 66º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #323329 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 50 | 51 | 41 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.8 |
| HSL | 66º | 0.11% | 0.18% | - |
| HSV(B) | 66º | 0.2% | 0.2% | - |
| XYZ | 2.9 | 3.21 | 2.56 | - |
| YUV | 49.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 41 | 0.02 | 0 | 0.20 | 0.8 | 66 | 0.11 | 0.18 |
| Hex | 32 | 33 | 29 | 2 | 0 | 14 | 50 | 42 | B | 12 |
| Octal | 62 | 63 | 51 | 2 | 0 | 24 | 120 | 102 | 13 | 22 |
| Binary | 110010 | 110011 | 101001 | 10 | 0 | 10100 | 1010000 | 1000010 | 1011 | 10010 |
Color Harmonies of #323329
Complementary color
Monochromatic Colors of #323329
Black with #323329
Text Example
Text Example
White with #323329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323329; }
p { color: rgb(50,51,41); }
H1.HeaderClassName
{
color: #323329;
}
.AnyTagClassName
{
color: #323329;
}
</style>
background-color css
<style>
a { background-color: #323329; }
a { background-color: rgb(50,51,41); }
div.DivClassName
{
background-color: #323329;
}
.BgClassName
{
background-color: #323329;
}
</style>
border-color css
<style>
span { border-color: #323329; }
span { border-color: rgb(50,51,41); }
td.TdClassName
{
border-color: #323329;
}
.TagClassName
{
border-color: #323329;
}
</style>