Shades of Green Waterloo #32341C
Tints of Green Waterloo #32341C
RGB
CMYK
RGB Variations
Color information
#32341C (or 0x32341C) is known color: Green Waterloo. HEX triplet: 32, 34 and 1C. RGB value is (50,52,28). Sum of RGB (Red+Green+Blue) = 50+52+28=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 52 - color contains mainly: green. Hex color #32341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32341C is #CDCBE3. Grayscale: #303030. Windows color (decimal): -13487076 or 1848370. OLE color: 1848370.
HSL color Cylindrical-coordinate representation of color #32341C: hue angle of 65º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32341C is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 52 | 28 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.80 |
| HSL | 65º | 0.3% | 0.16% | - |
| HSV(B) | 65º | 0.46% | 0.2% | - |
| XYZ | 2.75 | 3.22 | 1.57 | - |
| YUV | 48.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 28 | 0.04 | 0 | 0.46 | 0.80 | 65 | 0.3 | 0.16 |
| Hex | 32 | 34 | 1C | 4 | 0 | 2E | 50 | 41 | 1E | 10 |
| Octal | 62 | 64 | 34 | 4 | 0 | 56 | 120 | 101 | 36 | 20 |
| Binary | 110010 | 110100 | 11100 | 100 | 0 | 101110 | 1010000 | 1000001 | 11110 | 10000 |
Color Harmonies of #32341C
Complementary color
Monochromatic Colors of #32341C
Black with #32341C
Text Example
Text Example
White with #32341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32341C; }
p { color: rgb(50,52,28); }
H1.HeaderClassName
{
color: #32341C;
}
.AnyTagClassName
{
color: #32341C;
}
</style>
background-color css
<style>
a { background-color: #32341C; }
a { background-color: rgb(50,52,28); }
div.DivClassName
{
background-color: #32341C;
}
.BgClassName
{
background-color: #32341C;
}
</style>
border-color css
<style>
span { border-color: #32341C; }
span { border-color: rgb(50,52,28); }
td.TdClassName
{
border-color: #32341C;
}
.TagClassName
{
border-color: #32341C;
}
</style>