Shades of Chateau Green #32A64A
Tints of Chateau Green #32A64A
RGB
CMYK
RGB Variations
Color information
#32A64A (or 0x32A64A) is known color: Chateau Green. HEX triplet: 32, A6 and 4A. RGB value is (50,166,74). Sum of RGB (Red+Green+Blue) = 50+166+74=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 166 (65.23% from 255 or 57.24% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 166 - color contains mainly: green. Hex color #32A64A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A64A is #CD59B5. Grayscale: #797979. Windows color (decimal): -13457846 or 4892210. OLE color: 4892210.
HSL color Cylindrical-coordinate representation of color #32A64A: hue angle of 132.41º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A64A is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 166 | 74 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.35 |
| HSL | 132.41º | 0.54% | 0.42% | - |
| HSV(B) | 132.41º | 0.7% | 0.65% | - |
| XYZ | 16.19 | 28.44 | 11.12 | - |
| YUV | 120.83 | 101.57 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 166 | 74 | 0.70 | 0 | 0.55 | 0.35 | 132.41 | 0.54 | 0.42 |
| Hex | 32 | A6 | 4A | 46 | 0 | 37 | 23 | 84 | 36 | 2A |
| Octal | 62 | 246 | 112 | 106 | 0 | 67 | 43 | 204 | 66 | 52 |
| Binary | 110010 | 10100110 | 1001010 | 1000110 | 0 | 110111 | 100011 | 10000100 | 110110 | 101010 |
Color Harmonies of #32A64A
Complementary color
Monochromatic Colors of #32A64A
Black with #32A64A
Text Example
Text Example
White with #32A64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A64A; }
p { color: rgb(50,166,74); }
H1.HeaderClassName
{
color: #32A64A;
}
.AnyTagClassName
{
color: #32A64A;
}
</style>
background-color css
<style>
a { background-color: #32A64A; }
a { background-color: rgb(50,166,74); }
div.DivClassName
{
background-color: #32A64A;
}
.BgClassName
{
background-color: #32A64A;
}
</style>
border-color css
<style>
span { border-color: #32A64A; }
span { border-color: rgb(50,166,74); }
td.TdClassName
{
border-color: #32A64A;
}
.TagClassName
{
border-color: #32A64A;
}
</style>