Shades of Chateau Green #32A350
Tints of Chateau Green #32A350
RGB
CMYK
RGB Variations
Color information
#32A350 (or 0x32A350) is known color: Chateau Green. HEX triplet: 32, A3 and 50. RGB value is (50,163,80). Sum of RGB (Red+Green+Blue) = 50+163+80=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 163 (64.06% from 255 or 55.63% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 163 - color contains mainly: green. Hex color #32A350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A350 is #CD5CAF. Grayscale: #777777. Windows color (decimal): -13458608 or 5284658. OLE color: 5284658.
HSL color Cylindrical-coordinate representation of color #32A350: hue angle of 135.93º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A350 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 163 | 80 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.36 |
| HSL | 135.93º | 0.53% | 0.42% | - |
| HSV(B) | 135.93º | 0.69% | 0.64% | - |
| XYZ | 15.86 | 27.45 | 12.05 | - |
| YUV | 119.75 | 105.56 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 163 | 80 | 0.69 | 0 | 0.51 | 0.36 | 135.93 | 0.53 | 0.42 |
| Hex | 32 | A3 | 50 | 45 | 0 | 33 | 24 | 88 | 35 | 2A |
| Octal | 62 | 243 | 120 | 105 | 0 | 63 | 44 | 210 | 65 | 52 |
| Binary | 110010 | 10100011 | 1010000 | 1000101 | 0 | 110011 | 100100 | 10001000 | 110101 | 101010 |
Color Harmonies of #32A350
Complementary color
Monochromatic Colors of #32A350
Black with #32A350
Text Example
Text Example
White with #32A350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A350; }
p { color: rgb(50,163,80); }
H1.HeaderClassName
{
color: #32A350;
}
.AnyTagClassName
{
color: #32A350;
}
</style>
background-color css
<style>
a { background-color: #32A350; }
a { background-color: rgb(50,163,80); }
div.DivClassName
{
background-color: #32A350;
}
.BgClassName
{
background-color: #32A350;
}
</style>
border-color css
<style>
span { border-color: #32A350; }
span { border-color: rgb(50,163,80); }
td.TdClassName
{
border-color: #32A350;
}
.TagClassName
{
border-color: #32A350;
}
</style>