Shades of Chateau Green #32A04C
Tints of Chateau Green #32A04C
RGB
CMYK
RGB Variations
Color information
#32A04C (or 0x32A04C) is known color: Chateau Green. HEX triplet: 32, A0 and 4C. RGB value is (50,160,76). Sum of RGB (Red+Green+Blue) = 50+160+76=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 160 (62.89% from 255 or 55.94% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 160 - color contains mainly: green. Hex color #32A04C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A04C is #CD5FB3. Grayscale: #757575. Windows color (decimal): -13459380 or 5021746. OLE color: 5021746.
HSL color Cylindrical-coordinate representation of color #32A04C: hue angle of 134.18º degrees, saturation: 0.52, 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 #32A04C is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 160 | 76 | - |
| CMYK | 0.69 | 0 | 0.52 | 0.37 |
| HSL | 134.18º | 0.52% | 0.41% | - |
| HSV(B) | 134.18º | 0.69% | 0.63% | - |
| XYZ | 15.19 | 26.34 | 11.12 | - |
| YUV | 117.53 | 104.56 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 160 | 76 | 0.69 | 0 | 0.52 | 0.37 | 134.18 | 0.52 | 0.41 |
| Hex | 32 | A0 | 4C | 45 | 0 | 34 | 25 | 86 | 34 | 29 |
| Octal | 62 | 240 | 114 | 105 | 0 | 64 | 45 | 206 | 64 | 51 |
| Binary | 110010 | 10100000 | 1001100 | 1000101 | 0 | 110100 | 100101 | 10000110 | 110100 | 101001 |
Color Harmonies of #32A04C
Complementary color
Monochromatic Colors of #32A04C
Black with #32A04C
Text Example
Text Example
White with #32A04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A04C; }
p { color: rgb(50,160,76); }
H1.HeaderClassName
{
color: #32A04C;
}
.AnyTagClassName
{
color: #32A04C;
}
</style>
background-color css
<style>
a { background-color: #32A04C; }
a { background-color: rgb(50,160,76); }
div.DivClassName
{
background-color: #32A04C;
}
.BgClassName
{
background-color: #32A04C;
}
</style>
border-color css
<style>
span { border-color: #32A04C; }
span { border-color: rgb(50,160,76); }
td.TdClassName
{
border-color: #32A04C;
}
.TagClassName
{
border-color: #32A04C;
}
</style>