Shades of Green Waterloo #323428
Tints of Green Waterloo #323428
RGB
CMYK
RGB Variations
Color information
#323428 (or 0x323428) is known color: Green Waterloo. HEX triplet: 32, 34 and 28. RGB value is (50,52,40). Sum of RGB (Red+Green+Blue) = 50+52+40=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 52 - color contains mainly: green. Hex color #323428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323428 is #CDCBD7. Grayscale: #323232. Windows color (decimal): -13487064 or 2634802. OLE color: 2634802.
HSL color Cylindrical-coordinate representation of color #323428: hue angle of 70º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #323428 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 52 | 40 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.80 |
| HSL | 70º | 0.13% | 0.18% | - |
| HSV(B) | 70º | 0.23% | 0.2% | - |
| XYZ | 2.93 | 3.29 | 2.49 | - |
| YUV | 50.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 40 | 0.04 | 0 | 0.23 | 0.80 | 70 | 0.13 | 0.18 |
| Hex | 32 | 34 | 28 | 4 | 0 | 17 | 50 | 46 | D | 12 |
| Octal | 62 | 64 | 50 | 4 | 0 | 27 | 120 | 106 | 15 | 22 |
| Binary | 110010 | 110100 | 101000 | 100 | 0 | 10111 | 1010000 | 1000110 | 1101 | 10010 |
Color Harmonies of #323428
Complementary color
Monochromatic Colors of #323428
Black with #323428
Text Example
Text Example
White with #323428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323428; }
p { color: rgb(50,52,40); }
H1.HeaderClassName
{
color: #323428;
}
.AnyTagClassName
{
color: #323428;
}
</style>
background-color css
<style>
a { background-color: #323428; }
a { background-color: rgb(50,52,40); }
div.DivClassName
{
background-color: #323428;
}
.BgClassName
{
background-color: #323428;
}
</style>
border-color css
<style>
span { border-color: #323428; }
span { border-color: rgb(50,52,40); }
td.TdClassName
{
border-color: #323428;
}
.TagClassName
{
border-color: #323428;
}
</style>