Shades of Chateau Green #32A050
Tints of Chateau Green #32A050
RGB
CMYK
RGB Variations
Color information
#32A050 (or 0x32A050) is known color: Chateau Green. HEX triplet: 32, A0 and 50. RGB value is (50,160,80). Sum of RGB (Red+Green+Blue) = 50+160+80=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 160 (62.89% from 255 or 55.17% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 160 - color contains mainly: green. Hex color #32A050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A050 is #CD5FAF. Grayscale: #767676. Windows color (decimal): -13459376 or 5283890. OLE color: 5283890.
HSL color Cylindrical-coordinate representation of color #32A050: hue angle of 136.36º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A050 is Cyan = 0.69, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 160 | 80 | - |
| CMYK | 0.69 | 0 | 0.5 | 0.37 |
| HSL | 136.36º | 0.52% | 0.41% | - |
| HSV(B) | 136.36º | 0.69% | 0.63% | - |
| XYZ | 15.33 | 26.4 | 11.88 | - |
| YUV | 117.99 | 106.56 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 160 | 80 | 0.69 | 0 | 0.5 | 0.37 | 136.36 | 0.52 | 0.41 |
| Hex | 32 | A0 | 50 | 45 | 0 | 32 | 25 | 88 | 34 | 29 |
| Octal | 62 | 240 | 120 | 105 | 0 | 62 | 45 | 210 | 64 | 51 |
| Binary | 110010 | 10100000 | 1010000 | 1000101 | 0 | 110010 | 100101 | 10001000 | 110100 | 101001 |
Color Harmonies of #32A050
Complementary color
Monochromatic Colors of #32A050
Black with #32A050
Text Example
Text Example
White with #32A050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A050; }
p { color: rgb(50,160,80); }
H1.HeaderClassName
{
color: #32A050;
}
.AnyTagClassName
{
color: #32A050;
}
</style>
background-color css
<style>
a { background-color: #32A050; }
a { background-color: rgb(50,160,80); }
div.DivClassName
{
background-color: #32A050;
}
.BgClassName
{
background-color: #32A050;
}
</style>
border-color css
<style>
span { border-color: #32A050; }
span { border-color: rgb(50,160,80); }
td.TdClassName
{
border-color: #32A050;
}
.TagClassName
{
border-color: #32A050;
}
</style>