Shades of Chateau Green #329946
Tints of Chateau Green #329946
RGB
CMYK
RGB Variations
Color information
#329946 (or 0x329946) is known color: Chateau Green. HEX triplet: 32, 99 and 46. RGB value is (50,153,70). Sum of RGB (Red+Green+Blue) = 50+153+70=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #329946 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329946 is #CD66B9. Grayscale: #707070. Windows color (decimal): -13461178 or 4626738. OLE color: 4626738.
HSL color Cylindrical-coordinate representation of color #329946: hue angle of 131.65º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329946 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 70 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.4 |
| HSL | 131.65º | 0.51% | 0.4% | - |
| HSV(B) | 131.65º | 0.67% | 0.6% | - |
| XYZ | 13.81 | 23.9 | 9.68 | - |
| YUV | 112.74 | 103.88 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 70 | 0.67 | 0 | 0.54 | 0.4 | 131.65 | 0.51 | 0.4 |
| Hex | 32 | 99 | 46 | 43 | 0 | 36 | 28 | 84 | 33 | 28 |
| Octal | 62 | 231 | 106 | 103 | 0 | 66 | 50 | 204 | 63 | 50 |
| Binary | 110010 | 10011001 | 1000110 | 1000011 | 0 | 110110 | 101000 | 10000100 | 110011 | 101000 |
Color Harmonies of #329946
Complementary color
Monochromatic Colors of #329946
Black with #329946
Text Example
Text Example
White with #329946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329946; }
p { color: rgb(50,153,70); }
H1.HeaderClassName
{
color: #329946;
}
.AnyTagClassName
{
color: #329946;
}
</style>
background-color css
<style>
a { background-color: #329946; }
a { background-color: rgb(50,153,70); }
div.DivClassName
{
background-color: #329946;
}
.BgClassName
{
background-color: #329946;
}
</style>
border-color css
<style>
span { border-color: #329946; }
span { border-color: rgb(50,153,70); }
td.TdClassName
{
border-color: #329946;
}
.TagClassName
{
border-color: #329946;
}
</style>