Shades of Chateau Green #32AC59
Tints of Chateau Green #32AC59
RGB
CMYK
RGB Variations
Color information
#32AC59 (or 0x32AC59) is known color: Chateau Green. HEX triplet: 32, AC and 59. RGB value is (50,172,89). Sum of RGB (Red+Green+Blue) = 50+172+89=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 172 (67.58% from 255 or 55.31% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AC59 is #CD53A6. Grayscale: #7E7E7E. Windows color (decimal): -13456295 or 5876786. OLE color: 5876786.
HSL color Cylindrical-coordinate representation of color #32AC59: hue angle of 139.18º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AC59 is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 89 | - |
| CMYK | 0.71 | 0 | 0.48 | 0.33 |
| HSL | 139.18º | 0.55% | 0.44% | - |
| HSV(B) | 139.18º | 0.71% | 0.67% | - |
| XYZ | 17.87 | 30.9 | 14.47 | - |
| YUV | 126.06 | 107.08 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 89 | 0.71 | 0 | 0.48 | 0.33 | 139.18 | 0.55 | 0.44 |
| Hex | 32 | AC | 59 | 47 | 0 | 30 | 21 | 8B | 37 | 2C |
| Octal | 62 | 254 | 131 | 107 | 0 | 60 | 41 | 213 | 67 | 54 |
| Binary | 110010 | 10101100 | 1011001 | 1000111 | 0 | 110000 | 100001 | 10001011 | 110111 | 101100 |
Color Harmonies of #32AC59
Complementary color
Monochromatic Colors of #32AC59
Black with #32AC59
Text Example
Text Example
White with #32AC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC59; }
p { color: rgb(50,172,89); }
H1.HeaderClassName
{
color: #32AC59;
}
.AnyTagClassName
{
color: #32AC59;
}
</style>
background-color css
<style>
a { background-color: #32AC59; }
a { background-color: rgb(50,172,89); }
div.DivClassName
{
background-color: #32AC59;
}
.BgClassName
{
background-color: #32AC59;
}
</style>
border-color css
<style>
span { border-color: #32AC59; }
span { border-color: rgb(50,172,89); }
td.TdClassName
{
border-color: #32AC59;
}
.TagClassName
{
border-color: #32AC59;
}
</style>