Shades of Chateau Green #329644
Tints of Chateau Green #329644
RGB
CMYK
RGB Variations
Color information
#329644 (or 0x329644) is known color: Chateau Green. HEX triplet: 32, 96 and 44. RGB value is (50,150,68). Sum of RGB (Red+Green+Blue) = 50+150+68=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #329644 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329644 is #CD69BB. Grayscale: #6E6E6E. Windows color (decimal): -13461948 or 4494898. OLE color: 4494898.
HSL color Cylindrical-coordinate representation of color #329644: hue angle of 130.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329644 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 150 | 68 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.41 |
| HSL | 130.8º | 0.5% | 0.39% | - |
| HSV(B) | 130.8º | 0.67% | 0.59% | - |
| XYZ | 13.27 | 22.91 | 9.19 | - |
| YUV | 110.75 | 103.87 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 68 | 0.67 | 0 | 0.55 | 0.41 | 130.8 | 0.5 | 0.39 |
| Hex | 32 | 96 | 44 | 43 | 0 | 37 | 29 | 83 | 32 | 27 |
| Octal | 62 | 226 | 104 | 103 | 0 | 67 | 51 | 203 | 62 | 47 |
| Binary | 110010 | 10010110 | 1000100 | 1000011 | 0 | 110111 | 101001 | 10000011 | 110010 | 100111 |
Color Harmonies of #329644
Complementary color
Monochromatic Colors of #329644
Black with #329644
Text Example
Text Example
White with #329644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329644; }
p { color: rgb(50,150,68); }
H1.HeaderClassName
{
color: #329644;
}
.AnyTagClassName
{
color: #329644;
}
</style>
background-color css
<style>
a { background-color: #329644; }
a { background-color: rgb(50,150,68); }
div.DivClassName
{
background-color: #329644;
}
.BgClassName
{
background-color: #329644;
}
</style>
border-color css
<style>
span { border-color: #329644; }
span { border-color: rgb(50,150,68); }
td.TdClassName
{
border-color: #329644;
}
.TagClassName
{
border-color: #329644;
}
</style>