Shades of Chateau Green #32AD49
Tints of Chateau Green #32AD49
RGB
CMYK
RGB Variations
Color information
#32AD49 (or 0x32AD49) is known color: Chateau Green. HEX triplet: 32, AD and 49. RGB value is (50,173,73). Sum of RGB (Red+Green+Blue) = 50+173+73=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 173 (67.97% from 255 or 58.45% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 173 - color contains mainly: green. Hex color #32AD49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AD49 is #CD52B6. Grayscale: #7D7D7D. Windows color (decimal): -13456055 or 4828466. OLE color: 4828466.
HSL color Cylindrical-coordinate representation of color #32AD49: hue angle of 131.22º 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 #32AD49 is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 173 | 73 | - |
| CMYK | 0.71 | 0 | 0.58 | 0.32 |
| HSL | 131.22º | 0.55% | 0.44% | - |
| HSV(B) | 131.22º | 0.71% | 0.68% | - |
| XYZ | 17.46 | 31.05 | 11.38 | - |
| YUV | 124.82 | 98.75 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 73 | 0.71 | 0 | 0.58 | 0.32 | 131.22 | 0.55 | 0.44 |
| Hex | 32 | AD | 49 | 47 | 0 | 3A | 20 | 83 | 37 | 2C |
| Octal | 62 | 255 | 111 | 107 | 0 | 72 | 40 | 203 | 67 | 54 |
| Binary | 110010 | 10101101 | 1001001 | 1000111 | 0 | 111010 | 100000 | 10000011 | 110111 | 101100 |
Color Harmonies of #32AD49
Complementary color
Monochromatic Colors of #32AD49
Black with #32AD49
Text Example
Text Example
White with #32AD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AD49; }
p { color: rgb(50,173,73); }
H1.HeaderClassName
{
color: #32AD49;
}
.AnyTagClassName
{
color: #32AD49;
}
</style>
background-color css
<style>
a { background-color: #32AD49; }
a { background-color: rgb(50,173,73); }
div.DivClassName
{
background-color: #32AD49;
}
.BgClassName
{
background-color: #32AD49;
}
</style>
border-color css
<style>
span { border-color: #32AD49; }
span { border-color: rgb(50,173,73); }
td.TdClassName
{
border-color: #32AD49;
}
.TagClassName
{
border-color: #32AD49;
}
</style>