Shades of Chateau Green #329D47
Tints of Chateau Green #329D47
RGB
CMYK
RGB Variations
Color information
#329D47 (or 0x329D47) is known color: Chateau Green. HEX triplet: 32, 9D and 47. RGB value is (50,157,71). Sum of RGB (Red+Green+Blue) = 50+157+71=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 157 (61.72% from 255 or 56.47% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 157 - color contains mainly: green. Hex color #329D47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329D47 is #CD62B8. Grayscale: #737373. Windows color (decimal): -13460153 or 4693298. OLE color: 4693298.
HSL color Cylindrical-coordinate representation of color #329D47: hue angle of 131.78º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329D47 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 157 | 71 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.38 |
| HSL | 131.78º | 0.52% | 0.41% | - |
| HSV(B) | 131.78º | 0.68% | 0.62% | - |
| XYZ | 14.51 | 25.25 | 10.07 | - |
| YUV | 115.2 | 103.05 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 71 | 0.68 | 0 | 0.55 | 0.38 | 131.78 | 0.52 | 0.41 |
| Hex | 32 | 9D | 47 | 44 | 0 | 37 | 26 | 84 | 34 | 29 |
| Octal | 62 | 235 | 107 | 104 | 0 | 67 | 46 | 204 | 64 | 51 |
| Binary | 110010 | 10011101 | 1000111 | 1000100 | 0 | 110111 | 100110 | 10000100 | 110100 | 101001 |
Color Harmonies of #329D47
Complementary color
Monochromatic Colors of #329D47
Black with #329D47
Text Example
Text Example
White with #329D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329D47; }
p { color: rgb(50,157,71); }
H1.HeaderClassName
{
color: #329D47;
}
.AnyTagClassName
{
color: #329D47;
}
</style>
background-color css
<style>
a { background-color: #329D47; }
a { background-color: rgb(50,157,71); }
div.DivClassName
{
background-color: #329D47;
}
.BgClassName
{
background-color: #329D47;
}
</style>
border-color css
<style>
span { border-color: #329D47; }
span { border-color: rgb(50,157,71); }
td.TdClassName
{
border-color: #329D47;
}
.TagClassName
{
border-color: #329D47;
}
</style>