Shades of Chateau Green #32A144
Tints of Chateau Green #32A144
RGB
CMYK
RGB Variations
Color information
#32A144 (or 0x32A144) is known color: Chateau Green. HEX triplet: 32, A1 and 44. RGB value is (50,161,68). Sum of RGB (Red+Green+Blue) = 50+161+68=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 161 (63.28% from 255 or 57.71% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 161 - color contains mainly: green. Hex color #32A144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A144 is #CD5EBB. Grayscale: #757575. Windows color (decimal): -13459132 or 4497714. OLE color: 4497714.
HSL color Cylindrical-coordinate representation of color #32A144: hue angle of 129.73º 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 #32A144 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 161 | 68 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.37 |
| HSL | 129.73º | 0.53% | 0.41% | - |
| HSV(B) | 129.73º | 0.69% | 0.63% | - |
| XYZ | 15.1 | 26.59 | 9.8 | - |
| YUV | 117.21 | 100.23 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 161 | 68 | 0.69 | 0 | 0.58 | 0.37 | 129.73 | 0.53 | 0.41 |
| Hex | 32 | A1 | 44 | 45 | 0 | 3A | 25 | 82 | 35 | 29 |
| Octal | 62 | 241 | 104 | 105 | 0 | 72 | 45 | 202 | 65 | 51 |
| Binary | 110010 | 10100001 | 1000100 | 1000101 | 0 | 111010 | 100101 | 10000010 | 110101 | 101001 |
Color Harmonies of #32A144
Complementary color
Monochromatic Colors of #32A144
Black with #32A144
Text Example
Text Example
White with #32A144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A144; }
p { color: rgb(50,161,68); }
H1.HeaderClassName
{
color: #32A144;
}
.AnyTagClassName
{
color: #32A144;
}
</style>
background-color css
<style>
a { background-color: #32A144; }
a { background-color: rgb(50,161,68); }
div.DivClassName
{
background-color: #32A144;
}
.BgClassName
{
background-color: #32A144;
}
</style>
border-color css
<style>
span { border-color: #32A144; }
span { border-color: rgb(50,161,68); }
td.TdClassName
{
border-color: #32A144;
}
.TagClassName
{
border-color: #32A144;
}
</style>