Shades of Chateau Green #32B94E
Tints of Chateau Green #32B94E
RGB
CMYK
RGB Variations
Color information
#32B94E (or 0x32B94E) is known color: Chateau Green. HEX triplet: 32, B9 and 4E. RGB value is (50,185,78). Sum of RGB (Red+Green+Blue) = 50+185+78=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 185 (72.66% from 255 or 59.11% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 185 - color contains mainly: green. Hex color #32B94E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B94E is #CD46B1. Grayscale: #848484. Windows color (decimal): -13452978 or 5159218. OLE color: 5159218.
HSL color Cylindrical-coordinate representation of color #32B94E: hue angle of 132.44º 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 #32B94E is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 185 | 78 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.27 |
| HSL | 132.44º | 0.57% | 0.46% | - |
| HSV(B) | 132.44º | 0.73% | 0.73% | - |
| XYZ | 20.04 | 35.93 | 13.09 | - |
| YUV | 132.44 | 97.27 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 185 | 78 | 0.73 | 0 | 0.58 | 0.27 | 132.44 | 0.57 | 0.46 |
| Hex | 32 | B9 | 4E | 49 | 0 | 3A | 1B | 84 | 39 | 2E |
| Octal | 62 | 271 | 116 | 111 | 0 | 72 | 33 | 204 | 71 | 56 |
| Binary | 110010 | 10111001 | 1001110 | 1001001 | 0 | 111010 | 11011 | 10000100 | 111001 | 101110 |
Color Harmonies of #32B94E
Complementary color
Monochromatic Colors of #32B94E
Black with #32B94E
Text Example
Text Example
White with #32B94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B94E; }
p { color: rgb(50,185,78); }
H1.HeaderClassName
{
color: #32B94E;
}
.AnyTagClassName
{
color: #32B94E;
}
</style>
background-color css
<style>
a { background-color: #32B94E; }
a { background-color: rgb(50,185,78); }
div.DivClassName
{
background-color: #32B94E;
}
.BgClassName
{
background-color: #32B94E;
}
</style>
border-color css
<style>
span { border-color: #32B94E; }
span { border-color: rgb(50,185,78); }
td.TdClassName
{
border-color: #32B94E;
}
.TagClassName
{
border-color: #32B94E;
}
</style>