Shades of Chateau Green #329945
Tints of Chateau Green #329945
RGB
CMYK
RGB Variations
Color information
#329945 (or 0x329945) is known color: Chateau Green. HEX triplet: 32, 99 and 45. RGB value is (50,153,69). Sum of RGB (Red+Green+Blue) = 50+153+69=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #329945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329945 is #CD66BA. Grayscale: #707070. Windows color (decimal): -13461179 or 4561202. OLE color: 4561202.
HSL color Cylindrical-coordinate representation of color #329945: hue angle of 131.07º 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 #329945 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 69 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.4 |
| HSL | 131.07º | 0.51% | 0.4% | - |
| HSV(B) | 131.07º | 0.67% | 0.6% | - |
| XYZ | 13.78 | 23.89 | 9.52 | - |
| YUV | 112.63 | 103.38 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 69 | 0.67 | 0 | 0.55 | 0.4 | 131.07 | 0.51 | 0.4 |
| Hex | 32 | 99 | 45 | 43 | 0 | 37 | 28 | 83 | 33 | 28 |
| Octal | 62 | 231 | 105 | 103 | 0 | 67 | 50 | 203 | 63 | 50 |
| Binary | 110010 | 10011001 | 1000101 | 1000011 | 0 | 110111 | 101000 | 10000011 | 110011 | 101000 |
Color Harmonies of #329945
Complementary color
Monochromatic Colors of #329945
Black with #329945
Text Example
Text Example
White with #329945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329945; }
p { color: rgb(50,153,69); }
H1.HeaderClassName
{
color: #329945;
}
.AnyTagClassName
{
color: #329945;
}
</style>
background-color css
<style>
a { background-color: #329945; }
a { background-color: rgb(50,153,69); }
div.DivClassName
{
background-color: #329945;
}
.BgClassName
{
background-color: #329945;
}
</style>
border-color css
<style>
span { border-color: #329945; }
span { border-color: rgb(50,153,69); }
td.TdClassName
{
border-color: #329945;
}
.TagClassName
{
border-color: #329945;
}
</style>