Shades of Chateau Green #32BC50
Tints of Chateau Green #32BC50
RGB
CMYK
RGB Variations
Color information
#32BC50 (or 0x32BC50) is known color: Chateau Green. HEX triplet: 32, BC and 50. RGB value is (50,188,80). Sum of RGB (Red+Green+Blue) = 50+188+80=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BC50 is #CD43AF. Grayscale: #868686. Windows color (decimal): -13452208 or 5291058. OLE color: 5291058.
HSL color Cylindrical-coordinate representation of color #32BC50: hue angle of 133.04º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BC50 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 80 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.26 |
| HSL | 133.04º | 0.58% | 0.47% | - |
| HSV(B) | 133.04º | 0.73% | 0.74% | - |
| XYZ | 20.75 | 37.22 | 13.68 | - |
| YUV | 134.43 | 97.28 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 80 | 0.73 | 0 | 0.57 | 0.26 | 133.04 | 0.58 | 0.47 |
| Hex | 32 | BC | 50 | 49 | 0 | 39 | 1A | 85 | 3A | 2F |
| Octal | 62 | 274 | 120 | 111 | 0 | 71 | 32 | 205 | 72 | 57 |
| Binary | 110010 | 10111100 | 1010000 | 1001001 | 0 | 111001 | 11010 | 10000101 | 111010 | 101111 |
Color Harmonies of #32BC50
Complementary color
Monochromatic Colors of #32BC50
Black with #32BC50
Text Example
Text Example
White with #32BC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC50; }
p { color: rgb(50,188,80); }
H1.HeaderClassName
{
color: #32BC50;
}
.AnyTagClassName
{
color: #32BC50;
}
</style>
background-color css
<style>
a { background-color: #32BC50; }
a { background-color: rgb(50,188,80); }
div.DivClassName
{
background-color: #32BC50;
}
.BgClassName
{
background-color: #32BC50;
}
</style>
border-color css
<style>
span { border-color: #32BC50; }
span { border-color: rgb(50,188,80); }
td.TdClassName
{
border-color: #32BC50;
}
.TagClassName
{
border-color: #32BC50;
}
</style>