Shades of Chateau Green #32AC5E
Tints of Chateau Green #32AC5E
RGB
CMYK
RGB Variations
Color information
#32AC5E (or 0x32AC5E) is known color: Chateau Green. HEX triplet: 32, AC and 5E. RGB value is (50,172,94). Sum of RGB (Red+Green+Blue) = 50+172+94=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AC5E is #CD53A1. Grayscale: #7E7E7E. Windows color (decimal): -13456290 or 6204466. OLE color: 6204466.
HSL color Cylindrical-coordinate representation of color #32AC5E: hue angle of 141.64º 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 #32AC5E is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 94 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.33 |
| HSL | 141.64º | 0.55% | 0.44% | - |
| HSV(B) | 141.64º | 0.71% | 0.67% | - |
| XYZ | 18.09 | 30.99 | 15.62 | - |
| YUV | 126.63 | 109.58 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 94 | 0.71 | 0 | 0.45 | 0.33 | 141.64 | 0.55 | 0.44 |
| Hex | 32 | AC | 5E | 47 | 0 | 2D | 21 | 8E | 37 | 2C |
| Octal | 62 | 254 | 136 | 107 | 0 | 55 | 41 | 216 | 67 | 54 |
| Binary | 110010 | 10101100 | 1011110 | 1000111 | 0 | 101101 | 100001 | 10001110 | 110111 | 101100 |
Color Harmonies of #32AC5E
Complementary color
Monochromatic Colors of #32AC5E
Black with #32AC5E
Text Example
Text Example
White with #32AC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC5E; }
p { color: rgb(50,172,94); }
H1.HeaderClassName
{
color: #32AC5E;
}
.AnyTagClassName
{
color: #32AC5E;
}
</style>
background-color css
<style>
a { background-color: #32AC5E; }
a { background-color: rgb(50,172,94); }
div.DivClassName
{
background-color: #32AC5E;
}
.BgClassName
{
background-color: #32AC5E;
}
</style>
border-color css
<style>
span { border-color: #32AC5E; }
span { border-color: rgb(50,172,94); }
td.TdClassName
{
border-color: #32AC5E;
}
.TagClassName
{
border-color: #32AC5E;
}
</style>