Shades of Chateau Green #32AE46
Tints of Chateau Green #32AE46
RGB
CMYK
RGB Variations
Color information
#32AE46 (or 0x32AE46) is known color: Chateau Green. HEX triplet: 32, AE and 46. RGB value is (50,174,70). Sum of RGB (Red+Green+Blue) = 50+174+70=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 174 (68.36% from 255 or 59.18% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 174 - color contains mainly: green. Hex color #32AE46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AE46 is #CD51B9. Grayscale: #7D7D7D. Windows color (decimal): -13455802 or 4632114. OLE color: 4632114.
HSL color Cylindrical-coordinate representation of color #32AE46: hue angle of 129.68º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AE46 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 174 | 70 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.32 |
| HSL | 129.68º | 0.55% | 0.44% | - |
| HSV(B) | 129.68º | 0.71% | 0.68% | - |
| XYZ | 17.56 | 31.39 | 10.93 | - |
| YUV | 125.07 | 96.92 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 70 | 0.71 | 0 | 0.60 | 0.32 | 129.68 | 0.55 | 0.44 |
| Hex | 32 | AE | 46 | 47 | 0 | 3C | 20 | 82 | 37 | 2C |
| Octal | 62 | 256 | 106 | 107 | 0 | 74 | 40 | 202 | 67 | 54 |
| Binary | 110010 | 10101110 | 1000110 | 1000111 | 0 | 111100 | 100000 | 10000010 | 110111 | 101100 |
Color Harmonies of #32AE46
Complementary color
Monochromatic Colors of #32AE46
Black with #32AE46
Text Example
Text Example
White with #32AE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AE46; }
p { color: rgb(50,174,70); }
H1.HeaderClassName
{
color: #32AE46;
}
.AnyTagClassName
{
color: #32AE46;
}
</style>
background-color css
<style>
a { background-color: #32AE46; }
a { background-color: rgb(50,174,70); }
div.DivClassName
{
background-color: #32AE46;
}
.BgClassName
{
background-color: #32AE46;
}
</style>
border-color css
<style>
span { border-color: #32AE46; }
span { border-color: rgb(50,174,70); }
td.TdClassName
{
border-color: #32AE46;
}
.TagClassName
{
border-color: #32AE46;
}
</style>