Shades of Green Waterloo #323328
Tints of Green Waterloo #323328
RGB
CMYK
RGB Variations
Color information
#323328 (or 0x323328) is known color: Green Waterloo. HEX triplet: 32, 33 and 28. RGB value is (50,51,40). Sum of RGB (Red+Green+Blue) = 50+51+40=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 51 - color contains mainly: green. Hex color #323328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323328 is #CDCCD7. Grayscale: #313131. Windows color (decimal): -13487320 or 2634546. OLE color: 2634546.
HSL color Cylindrical-coordinate representation of color #323328: hue angle of 65.45º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #323328 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 50 | 51 | 40 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.8 |
| HSL | 65.45º | 0.12% | 0.18% | - |
| HSV(B) | 65.45º | 0.22% | 0.2% | - |
| XYZ | 2.88 | 3.2 | 2.47 | - |
| YUV | 49.45 | 122.67 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 40 | 0.02 | 0 | 0.22 | 0.8 | 65.45 | 0.12 | 0.18 |
| Hex | 32 | 33 | 28 | 2 | 0 | 16 | 50 | 41 | C | 12 |
| Octal | 62 | 63 | 50 | 2 | 0 | 26 | 120 | 101 | 14 | 22 |
| Binary | 110010 | 110011 | 101000 | 10 | 0 | 10110 | 1010000 | 1000001 | 1100 | 10010 |
Color Harmonies of #323328
Complementary color
Monochromatic Colors of #323328
Black with #323328
Text Example
Text Example
White with #323328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323328; }
p { color: rgb(50,51,40); }
H1.HeaderClassName
{
color: #323328;
}
.AnyTagClassName
{
color: #323328;
}
</style>
background-color css
<style>
a { background-color: #323328; }
a { background-color: rgb(50,51,40); }
div.DivClassName
{
background-color: #323328;
}
.BgClassName
{
background-color: #323328;
}
</style>
border-color css
<style>
span { border-color: #323328; }
span { border-color: rgb(50,51,40); }
td.TdClassName
{
border-color: #323328;
}
.TagClassName
{
border-color: #323328;
}
</style>