Shades of Green Waterloo #323425
Tints of Green Waterloo #323425
RGB
CMYK
RGB Variations
Color information
#323425 (or 0x323425) is known color: Green Waterloo. HEX triplet: 32, 34 and 25. RGB value is (50,52,37). Sum of RGB (Red+Green+Blue) = 50+52+37=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 52 - color contains mainly: green. Hex color #323425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323425 is #CDCBDA. Grayscale: #313131. Windows color (decimal): -13487067 or 2438194. OLE color: 2438194.
HSL color Cylindrical-coordinate representation of color #323425: hue angle of 68º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #323425 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 52 | 37 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.80 |
| HSL | 68º | 0.17% | 0.17% | - |
| HSV(B) | 68º | 0.29% | 0.2% | - |
| XYZ | 2.88 | 3.27 | 2.23 | - |
| YUV | 49.69 | 120.84 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 37 | 0.04 | 0 | 0.29 | 0.80 | 68 | 0.17 | 0.17 |
| Hex | 32 | 34 | 25 | 4 | 0 | 1D | 50 | 44 | 11 | 11 |
| Octal | 62 | 64 | 45 | 4 | 0 | 35 | 120 | 104 | 21 | 21 |
| Binary | 110010 | 110100 | 100101 | 100 | 0 | 11101 | 1010000 | 1000100 | 10001 | 10001 |
Color Harmonies of #323425
Complementary color
Monochromatic Colors of #323425
Black with #323425
Text Example
Text Example
White with #323425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323425; }
p { color: rgb(50,52,37); }
H1.HeaderClassName
{
color: #323425;
}
.AnyTagClassName
{
color: #323425;
}
</style>
background-color css
<style>
a { background-color: #323425; }
a { background-color: rgb(50,52,37); }
div.DivClassName
{
background-color: #323425;
}
.BgClassName
{
background-color: #323425;
}
</style>
border-color css
<style>
span { border-color: #323425; }
span { border-color: rgb(50,52,37); }
td.TdClassName
{
border-color: #323425;
}
.TagClassName
{
border-color: #323425;
}
</style>