Shades of Chateau Green #32B950
Tints of Chateau Green #32B950
RGB
CMYK
RGB Variations
Color information
#32B950 (or 0x32B950) is known color: Chateau Green. HEX triplet: 32, B9 and 50. RGB value is (50,185,80). Sum of RGB (Red+Green+Blue) = 50+185+80=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 185 (72.66% from 255 or 58.73% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 185 - color contains mainly: green. Hex color #32B950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B950 is #CD46AF. Grayscale: #848484. Windows color (decimal): -13452976 or 5290290. OLE color: 5290290.
HSL color Cylindrical-coordinate representation of color #32B950: hue angle of 133.33º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B950 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 185 | 80 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.27 |
| HSL | 133.33º | 0.57% | 0.46% | - |
| HSV(B) | 133.33º | 0.73% | 0.73% | - |
| XYZ | 20.11 | 35.96 | 13.47 | - |
| YUV | 132.67 | 98.27 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 185 | 80 | 0.73 | 0 | 0.57 | 0.27 | 133.33 | 0.57 | 0.46 |
| Hex | 32 | B9 | 50 | 49 | 0 | 39 | 1B | 85 | 39 | 2E |
| Octal | 62 | 271 | 120 | 111 | 0 | 71 | 33 | 205 | 71 | 56 |
| Binary | 110010 | 10111001 | 1010000 | 1001001 | 0 | 111001 | 11011 | 10000101 | 111001 | 101110 |
Color Harmonies of #32B950
Complementary color
Monochromatic Colors of #32B950
Black with #32B950
Text Example
Text Example
White with #32B950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B950; }
p { color: rgb(50,185,80); }
H1.HeaderClassName
{
color: #32B950;
}
.AnyTagClassName
{
color: #32B950;
}
</style>
background-color css
<style>
a { background-color: #32B950; }
a { background-color: rgb(50,185,80); }
div.DivClassName
{
background-color: #32B950;
}
.BgClassName
{
background-color: #32B950;
}
</style>
border-color css
<style>
span { border-color: #32B950; }
span { border-color: rgb(50,185,80); }
td.TdClassName
{
border-color: #32B950;
}
.TagClassName
{
border-color: #32B950;
}
</style>