Shades of Chateau Green #329D48
Tints of Chateau Green #329D48
RGB
CMYK
RGB Variations
Color information
#329D48 (or 0x329D48) is known color: Chateau Green. HEX triplet: 32, 9D and 48. RGB value is (50,157,72). Sum of RGB (Red+Green+Blue) = 50+157+72=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 157 (61.72% from 255 or 56.27% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 157 - color contains mainly: green. Hex color #329D48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329D48 is #CD62B7. Grayscale: #737373. Windows color (decimal): -13460152 or 4758834. OLE color: 4758834.
HSL color Cylindrical-coordinate representation of color #329D48: hue angle of 132.34º 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 #329D48 is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 157 | 72 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.38 |
| HSL | 132.34º | 0.52% | 0.41% | - |
| HSV(B) | 132.34º | 0.68% | 0.62% | - |
| XYZ | 14.54 | 25.26 | 10.24 | - |
| YUV | 115.32 | 103.55 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 72 | 0.68 | 0 | 0.54 | 0.38 | 132.34 | 0.52 | 0.41 |
| Hex | 32 | 9D | 48 | 44 | 0 | 36 | 26 | 84 | 34 | 29 |
| Octal | 62 | 235 | 110 | 104 | 0 | 66 | 46 | 204 | 64 | 51 |
| Binary | 110010 | 10011101 | 1001000 | 1000100 | 0 | 110110 | 100110 | 10000100 | 110100 | 101001 |
Color Harmonies of #329D48
Complementary color
Monochromatic Colors of #329D48
Black with #329D48
Text Example
Text Example
White with #329D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329D48; }
p { color: rgb(50,157,72); }
H1.HeaderClassName
{
color: #329D48;
}
.AnyTagClassName
{
color: #329D48;
}
</style>
background-color css
<style>
a { background-color: #329D48; }
a { background-color: rgb(50,157,72); }
div.DivClassName
{
background-color: #329D48;
}
.BgClassName
{
background-color: #329D48;
}
</style>
border-color css
<style>
span { border-color: #329D48; }
span { border-color: rgb(50,157,72); }
td.TdClassName
{
border-color: #329D48;
}
.TagClassName
{
border-color: #329D48;
}
</style>