Shades of Green Waterloo #32341E
Tints of Green Waterloo #32341E
RGB
CMYK
RGB Variations
Color information
#32341E (or 0x32341E) is known color: Green Waterloo. HEX triplet: 32, 34 and 1E. RGB value is (50,52,30). Sum of RGB (Red+Green+Blue) = 50+52+30=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 52 - color contains mainly: green. Hex color #32341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32341E is #CDCBE1. Grayscale: #303030. Windows color (decimal): -13487074 or 1979442. OLE color: 1979442.
HSL color Cylindrical-coordinate representation of color #32341E: hue angle of 65.45º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #32341E is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 52 | 30 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.80 |
| HSL | 65.45º | 0.27% | 0.16% | - |
| HSV(B) | 65.45º | 0.42% | 0.2% | - |
| XYZ | 2.78 | 3.23 | 1.7 | - |
| YUV | 48.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 30 | 0.04 | 0 | 0.42 | 0.80 | 65.45 | 0.27 | 0.16 |
| Hex | 32 | 34 | 1E | 4 | 0 | 2A | 50 | 41 | 1B | 10 |
| Octal | 62 | 64 | 36 | 4 | 0 | 52 | 120 | 101 | 33 | 20 |
| Binary | 110010 | 110100 | 11110 | 100 | 0 | 101010 | 1010000 | 1000001 | 11011 | 10000 |
Color Harmonies of #32341E
Complementary color
Monochromatic Colors of #32341E
Black with #32341E
Text Example
Text Example
White with #32341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32341E; }
p { color: rgb(50,52,30); }
H1.HeaderClassName
{
color: #32341E;
}
.AnyTagClassName
{
color: #32341E;
}
</style>
background-color css
<style>
a { background-color: #32341E; }
a { background-color: rgb(50,52,30); }
div.DivClassName
{
background-color: #32341E;
}
.BgClassName
{
background-color: #32341E;
}
</style>
border-color css
<style>
span { border-color: #32341E; }
span { border-color: rgb(50,52,30); }
td.TdClassName
{
border-color: #32341E;
}
.TagClassName
{
border-color: #32341E;
}
</style>