Shades of Chateau Green #329A48
Tints of Chateau Green #329A48
RGB
CMYK
RGB Variations
Color information
#329A48 (or 0x329A48) is known color: Chateau Green. HEX triplet: 32, 9A and 48. RGB value is (50,154,72). Sum of RGB (Red+Green+Blue) = 50+154+72=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 154 (60.55% from 255 or 55.80% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 154 - color contains mainly: green. Hex color #329A48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329A48 is #CD65B7. Grayscale: #717171. Windows color (decimal): -13460920 or 4758066. OLE color: 4758066.
HSL color Cylindrical-coordinate representation of color #329A48: hue angle of 132.69º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329A48 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 154 | 72 | - |
| CMYK | 0.68 | 0 | 0.53 | 0.40 |
| HSL | 132.69º | 0.51% | 0.4% | - |
| HSV(B) | 132.69º | 0.68% | 0.6% | - |
| XYZ | 14.04 | 24.26 | 10.07 | - |
| YUV | 113.56 | 104.54 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 154 | 72 | 0.68 | 0 | 0.53 | 0.40 | 132.69 | 0.51 | 0.4 |
| Hex | 32 | 9A | 48 | 44 | 0 | 35 | 28 | 85 | 33 | 28 |
| Octal | 62 | 232 | 110 | 104 | 0 | 65 | 50 | 205 | 63 | 50 |
| Binary | 110010 | 10011010 | 1001000 | 1000100 | 0 | 110101 | 101000 | 10000101 | 110011 | 101000 |
Color Harmonies of #329A48
Complementary color
Monochromatic Colors of #329A48
Black with #329A48
Text Example
Text Example
White with #329A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329A48; }
p { color: rgb(50,154,72); }
H1.HeaderClassName
{
color: #329A48;
}
.AnyTagClassName
{
color: #329A48;
}
</style>
background-color css
<style>
a { background-color: #329A48; }
a { background-color: rgb(50,154,72); }
div.DivClassName
{
background-color: #329A48;
}
.BgClassName
{
background-color: #329A48;
}
</style>
border-color css
<style>
span { border-color: #329A48; }
span { border-color: rgb(50,154,72); }
td.TdClassName
{
border-color: #329A48;
}
.TagClassName
{
border-color: #329A48;
}
</style>