Shades of Green Waterloo #323419
Tints of Green Waterloo #323419
RGB
CMYK
RGB Variations
Color information
#323419 (or 0x323419) is known color: Green Waterloo. HEX triplet: 32, 34 and 19. RGB value is (50,52,25). Sum of RGB (Red+Green+Blue) = 50+52+25=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 52 - color contains mainly: green. Hex color #323419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323419 is #CDCBE6. Grayscale: #303030. Windows color (decimal): -13487079 or 1651762. OLE color: 1651762.
HSL color Cylindrical-coordinate representation of color #323419: hue angle of 64.44º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #323419 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 52 | 25 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.80 |
| HSL | 64.44º | 0.35% | 0.15% | - |
| HSV(B) | 64.44º | 0.52% | 0.2% | - |
| XYZ | 2.72 | 3.2 | 1.39 | - |
| YUV | 48.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 25 | 0.04 | 0 | 0.52 | 0.80 | 64.44 | 0.35 | 0.15 |
| Hex | 32 | 34 | 19 | 4 | 0 | 34 | 50 | 40 | 23 | F |
| Octal | 62 | 64 | 31 | 4 | 0 | 64 | 120 | 100 | 43 | 17 |
| Binary | 110010 | 110100 | 11001 | 100 | 0 | 110100 | 1010000 | 1000000 | 100011 | 1111 |
Color Harmonies of #323419
Complementary color
Monochromatic Colors of #323419
Black with #323419
Text Example
Text Example
White with #323419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323419; }
p { color: rgb(50,52,25); }
H1.HeaderClassName
{
color: #323419;
}
.AnyTagClassName
{
color: #323419;
}
</style>
background-color css
<style>
a { background-color: #323419; }
a { background-color: rgb(50,52,25); }
div.DivClassName
{
background-color: #323419;
}
.BgClassName
{
background-color: #323419;
}
</style>
border-color css
<style>
span { border-color: #323419; }
span { border-color: rgb(50,52,25); }
td.TdClassName
{
border-color: #323419;
}
.TagClassName
{
border-color: #323419;
}
</style>