Shades of Green Waterloo #323524
Tints of Green Waterloo #323524
RGB
CMYK
RGB Variations
Color information
#323524 (or 0x323524) is known color: Green Waterloo. HEX triplet: 32, 35 and 24. RGB value is (50,53,36). Sum of RGB (Red+Green+Blue) = 50+53+36=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 53 - color contains mainly: green. Hex color #323524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323524 is #CDCADB. Grayscale: #323232. Windows color (decimal): -13486812 or 2372914. OLE color: 2372914.
HSL color Cylindrical-coordinate representation of color #323524: hue angle of 70.59º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #323524 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 53 | 36 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.79 |
| HSL | 70.59º | 0.19% | 0.17% | - |
| HSV(B) | 70.59º | 0.32% | 0.21% | - |
| XYZ | 2.91 | 3.35 | 2.16 | - |
| YUV | 50.17 | 120.01 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 36 | 0.06 | 0 | 0.32 | 0.79 | 70.59 | 0.19 | 0.17 |
| Hex | 32 | 35 | 24 | 6 | 0 | 20 | 4F | 47 | 13 | 11 |
| Octal | 62 | 65 | 44 | 6 | 0 | 40 | 117 | 107 | 23 | 21 |
| Binary | 110010 | 110101 | 100100 | 110 | 0 | 100000 | 1001111 | 1000111 | 10011 | 10001 |
Color Harmonies of #323524
Complementary color
Monochromatic Colors of #323524
Black with #323524
Text Example
Text Example
White with #323524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323524; }
p { color: rgb(50,53,36); }
H1.HeaderClassName
{
color: #323524;
}
.AnyTagClassName
{
color: #323524;
}
</style>
background-color css
<style>
a { background-color: #323524; }
a { background-color: rgb(50,53,36); }
div.DivClassName
{
background-color: #323524;
}
.BgClassName
{
background-color: #323524;
}
</style>
border-color css
<style>
span { border-color: #323524; }
span { border-color: rgb(50,53,36); }
td.TdClassName
{
border-color: #323524;
}
.TagClassName
{
border-color: #323524;
}
</style>