Shades of Chateau Green #329948
Tints of Chateau Green #329948
RGB
CMYK
RGB Variations
Color information
#329948 (or 0x329948) is known color: Chateau Green. HEX triplet: 32, 99 and 48. RGB value is (50,153,72). Sum of RGB (Red+Green+Blue) = 50+153+72=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #329948 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329948 is #CD66B7. Grayscale: #717171. Windows color (decimal): -13461176 or 4757810. OLE color: 4757810.
HSL color Cylindrical-coordinate representation of color #329948: hue angle of 132.82º 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 #329948 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 72 | - |
| CMYK | 0.67 | 0 | 0.53 | 0.4 |
| HSL | 132.82º | 0.51% | 0.4% | - |
| HSV(B) | 132.82º | 0.67% | 0.6% | - |
| XYZ | 13.88 | 23.93 | 10.02 | - |
| YUV | 112.97 | 104.88 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 72 | 0.67 | 0 | 0.53 | 0.4 | 132.82 | 0.51 | 0.4 |
| Hex | 32 | 99 | 48 | 43 | 0 | 35 | 28 | 85 | 33 | 28 |
| Octal | 62 | 231 | 110 | 103 | 0 | 65 | 50 | 205 | 63 | 50 |
| Binary | 110010 | 10011001 | 1001000 | 1000011 | 0 | 110101 | 101000 | 10000101 | 110011 | 101000 |
Color Harmonies of #329948
Complementary color
Monochromatic Colors of #329948
Black with #329948
Text Example
Text Example
White with #329948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329948; }
p { color: rgb(50,153,72); }
H1.HeaderClassName
{
color: #329948;
}
.AnyTagClassName
{
color: #329948;
}
</style>
background-color css
<style>
a { background-color: #329948; }
a { background-color: rgb(50,153,72); }
div.DivClassName
{
background-color: #329948;
}
.BgClassName
{
background-color: #329948;
}
</style>
border-color css
<style>
span { border-color: #329948; }
span { border-color: rgb(50,153,72); }
td.TdClassName
{
border-color: #329948;
}
.TagClassName
{
border-color: #329948;
}
</style>