Shades of Chateau Green #32A149
Tints of Chateau Green #32A149
RGB
CMYK
RGB Variations
Color information
#32A149 (or 0x32A149) is known color: Chateau Green. HEX triplet: 32, A1 and 49. RGB value is (50,161,73). Sum of RGB (Red+Green+Blue) = 50+161+73=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 161 (63.28% from 255 or 56.69% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 161 - color contains mainly: green. Hex color #32A149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A149 is #CD5EB6. Grayscale: #767676. Windows color (decimal): -13459127 or 4825394. OLE color: 4825394.
HSL color Cylindrical-coordinate representation of color #32A149: hue angle of 132.43º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A149 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 161 | 73 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.37 |
| HSL | 132.43º | 0.53% | 0.41% | - |
| HSV(B) | 132.43º | 0.69% | 0.63% | - |
| XYZ | 15.26 | 26.65 | 10.64 | - |
| YUV | 117.78 | 102.73 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 161 | 73 | 0.69 | 0 | 0.55 | 0.37 | 132.43 | 0.53 | 0.41 |
| Hex | 32 | A1 | 49 | 45 | 0 | 37 | 25 | 84 | 35 | 29 |
| Octal | 62 | 241 | 111 | 105 | 0 | 67 | 45 | 204 | 65 | 51 |
| Binary | 110010 | 10100001 | 1001001 | 1000101 | 0 | 110111 | 100101 | 10000100 | 110101 | 101001 |
Color Harmonies of #32A149
Complementary color
Monochromatic Colors of #32A149
Black with #32A149
Text Example
Text Example
White with #32A149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A149; }
p { color: rgb(50,161,73); }
H1.HeaderClassName
{
color: #32A149;
}
.AnyTagClassName
{
color: #32A149;
}
</style>
background-color css
<style>
a { background-color: #32A149; }
a { background-color: rgb(50,161,73); }
div.DivClassName
{
background-color: #32A149;
}
.BgClassName
{
background-color: #32A149;
}
</style>
border-color css
<style>
span { border-color: #32A149; }
span { border-color: rgb(50,161,73); }
td.TdClassName
{
border-color: #32A149;
}
.TagClassName
{
border-color: #32A149;
}
</style>