Shades of Green Waterloo #323516
Tints of Green Waterloo #323516
RGB
CMYK
RGB Variations
Color information
#323516 (or 0x323516) is known color: Green Waterloo. HEX triplet: 32, 35 and 16. RGB value is (50,53,22). Sum of RGB (Red+Green+Blue) = 50+53+22=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 53 - color contains mainly: green. Hex color #323516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323516 is #CDCAE9. Grayscale: #303030. Windows color (decimal): -13486826 or 1455410. OLE color: 1455410.
HSL color Cylindrical-coordinate representation of color #323516: hue angle of 65.81º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #323516 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 53 | 22 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.79 |
| HSL | 65.81º | 0.41% | 0.15% | - |
| HSV(B) | 65.81º | 0.58% | 0.21% | - |
| XYZ | 2.73 | 3.28 | 1.25 | - |
| YUV | 48.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 22 | 0.06 | 0 | 0.58 | 0.79 | 65.81 | 0.41 | 0.15 |
| Hex | 32 | 35 | 16 | 6 | 0 | 3A | 4F | 42 | 29 | F |
| Octal | 62 | 65 | 26 | 6 | 0 | 72 | 117 | 102 | 51 | 17 |
| Binary | 110010 | 110101 | 10110 | 110 | 0 | 111010 | 1001111 | 1000010 | 101001 | 1111 |
Color Harmonies of #323516
Complementary color
Monochromatic Colors of #323516
Black with #323516
Text Example
Text Example
White with #323516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323516; }
p { color: rgb(50,53,22); }
H1.HeaderClassName
{
color: #323516;
}
.AnyTagClassName
{
color: #323516;
}
</style>
background-color css
<style>
a { background-color: #323516; }
a { background-color: rgb(50,53,22); }
div.DivClassName
{
background-color: #323516;
}
.BgClassName
{
background-color: #323516;
}
</style>
border-color css
<style>
span { border-color: #323516; }
span { border-color: rgb(50,53,22); }
td.TdClassName
{
border-color: #323516;
}
.TagClassName
{
border-color: #323516;
}
</style>