Shades of Green Waterloo #323416
Tints of Green Waterloo #323416
RGB
CMYK
RGB Variations
Color information
#323416 (or 0x323416) is known color: Green Waterloo. HEX triplet: 32, 34 and 16. RGB value is (50,52,22). Sum of RGB (Red+Green+Blue) = 50+52+22=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 52 - color contains mainly: green. Hex color #323416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323416 is #CDCBE9. Grayscale: #303030. Windows color (decimal): -13487082 or 1455154. OLE color: 1455154.
HSL color Cylindrical-coordinate representation of color #323416: hue angle of 64º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #323416 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 52 | 22 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.80 |
| HSL | 64º | 0.41% | 0.15% | - |
| HSV(B) | 64º | 0.58% | 0.2% | - |
| XYZ | 2.69 | 3.19 | 1.23 | - |
| YUV | 47.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 22 | 0.04 | 0 | 0.58 | 0.80 | 64 | 0.41 | 0.15 |
| Hex | 32 | 34 | 16 | 4 | 0 | 3A | 50 | 40 | 29 | F |
| Octal | 62 | 64 | 26 | 4 | 0 | 72 | 120 | 100 | 51 | 17 |
| Binary | 110010 | 110100 | 10110 | 100 | 0 | 111010 | 1010000 | 1000000 | 101001 | 1111 |
Color Harmonies of #323416
Complementary color
Monochromatic Colors of #323416
Black with #323416
Text Example
Text Example
White with #323416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323416; }
p { color: rgb(50,52,22); }
H1.HeaderClassName
{
color: #323416;
}
.AnyTagClassName
{
color: #323416;
}
</style>
background-color css
<style>
a { background-color: #323416; }
a { background-color: rgb(50,52,22); }
div.DivClassName
{
background-color: #323416;
}
.BgClassName
{
background-color: #323416;
}
</style>
border-color css
<style>
span { border-color: #323416; }
span { border-color: rgb(50,52,22); }
td.TdClassName
{
border-color: #323416;
}
.TagClassName
{
border-color: #323416;
}
</style>