Shades of Chateau Green #329541
Tints of Chateau Green #329541
RGB
CMYK
RGB Variations
Color information
#329541 (or 0x329541) is known color: Chateau Green. HEX triplet: 32, 95 and 41. RGB value is (50,149,65). Sum of RGB (Red+Green+Blue) = 50+149+65=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 149 (58.59% from 255 or 56.44% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 149 - color contains mainly: green. Hex color #329541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329541 is #CD6ABE. Grayscale: #6E6E6E. Windows color (decimal): -13462207 or 4298034. OLE color: 4298034.
HSL color Cylindrical-coordinate representation of color #329541: hue angle of 129.09º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329541 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 65 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.42 |
| HSL | 129.09º | 0.5% | 0.39% | - |
| HSV(B) | 129.09º | 0.66% | 0.58% | - |
| XYZ | 13.02 | 22.55 | 8.67 | - |
| YUV | 109.82 | 102.7 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 65 | 0.66 | 0 | 0.56 | 0.42 | 129.09 | 0.5 | 0.39 |
| Hex | 32 | 95 | 41 | 42 | 0 | 38 | 2A | 81 | 32 | 27 |
| Octal | 62 | 225 | 101 | 102 | 0 | 70 | 52 | 201 | 62 | 47 |
| Binary | 110010 | 10010101 | 1000001 | 1000010 | 0 | 111000 | 101010 | 10000001 | 110010 | 100111 |
Color Harmonies of #329541
Complementary color
Monochromatic Colors of #329541
Black with #329541
Text Example
Text Example
White with #329541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329541; }
p { color: rgb(50,149,65); }
H1.HeaderClassName
{
color: #329541;
}
.AnyTagClassName
{
color: #329541;
}
</style>
background-color css
<style>
a { background-color: #329541; }
a { background-color: rgb(50,149,65); }
div.DivClassName
{
background-color: #329541;
}
.BgClassName
{
background-color: #329541;
}
</style>
border-color css
<style>
span { border-color: #329541; }
span { border-color: rgb(50,149,65); }
td.TdClassName
{
border-color: #329541;
}
.TagClassName
{
border-color: #329541;
}
</style>