Shades of Chateau Green #32A347
Tints of Chateau Green #32A347
RGB
CMYK
RGB Variations
Color information
#32A347 (or 0x32A347) is known color: Chateau Green. HEX triplet: 32, A3 and 47. RGB value is (50,163,71). Sum of RGB (Red+Green+Blue) = 50+163+71=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 163 (64.06% from 255 or 57.39% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 163 - color contains mainly: green. Hex color #32A347 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A347 is #CD5CB8. Grayscale: #767676. Windows color (decimal): -13458617 or 4694834. OLE color: 4694834.
HSL color Cylindrical-coordinate representation of color #32A347: hue angle of 131.15º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A347 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 163 | 71 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.36 |
| HSL | 131.15º | 0.53% | 0.42% | - |
| HSV(B) | 131.15º | 0.69% | 0.64% | - |
| XYZ | 15.55 | 27.33 | 10.42 | - |
| YUV | 118.73 | 101.06 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 163 | 71 | 0.69 | 0 | 0.56 | 0.36 | 131.15 | 0.53 | 0.42 |
| Hex | 32 | A3 | 47 | 45 | 0 | 38 | 24 | 83 | 35 | 2A |
| Octal | 62 | 243 | 107 | 105 | 0 | 70 | 44 | 203 | 65 | 52 |
| Binary | 110010 | 10100011 | 1000111 | 1000101 | 0 | 111000 | 100100 | 10000011 | 110101 | 101010 |
Color Harmonies of #32A347
Complementary color
Monochromatic Colors of #32A347
Black with #32A347
Text Example
Text Example
White with #32A347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A347; }
p { color: rgb(50,163,71); }
H1.HeaderClassName
{
color: #32A347;
}
.AnyTagClassName
{
color: #32A347;
}
</style>
background-color css
<style>
a { background-color: #32A347; }
a { background-color: rgb(50,163,71); }
div.DivClassName
{
background-color: #32A347;
}
.BgClassName
{
background-color: #32A347;
}
</style>
border-color css
<style>
span { border-color: #32A347; }
span { border-color: rgb(50,163,71); }
td.TdClassName
{
border-color: #32A347;
}
.TagClassName
{
border-color: #32A347;
}
</style>