Shades of Chateau Green #329E42
Tints of Chateau Green #329E42
RGB
CMYK
RGB Variations
Color information
#329E42 (or 0x329E42) is known color: Chateau Green. HEX triplet: 32, 9E and 42. RGB value is (50,158,66). Sum of RGB (Red+Green+Blue) = 50+158+66=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 158 (62.11% from 255 or 57.66% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 158 - color contains mainly: green. Hex color #329E42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329E42 is #CD61BD. Grayscale: #737373. Windows color (decimal): -13459902 or 4365874. OLE color: 4365874.
HSL color Cylindrical-coordinate representation of color #329E42: hue angle of 128.89º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329E42 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 158 | 66 | - |
| CMYK | 0.68 | 0 | 0.58 | 0.38 |
| HSL | 128.89º | 0.52% | 0.41% | - |
| HSV(B) | 128.89º | 0.68% | 0.62% | - |
| XYZ | 14.53 | 25.53 | 9.32 | - |
| YUV | 115.22 | 100.22 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 158 | 66 | 0.68 | 0 | 0.58 | 0.38 | 128.89 | 0.52 | 0.41 |
| Hex | 32 | 9E | 42 | 44 | 0 | 3A | 26 | 81 | 34 | 29 |
| Octal | 62 | 236 | 102 | 104 | 0 | 72 | 46 | 201 | 64 | 51 |
| Binary | 110010 | 10011110 | 1000010 | 1000100 | 0 | 111010 | 100110 | 10000001 | 110100 | 101001 |
Color Harmonies of #329E42
Complementary color
Monochromatic Colors of #329E42
Black with #329E42
Text Example
Text Example
White with #329E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329E42; }
p { color: rgb(50,158,66); }
H1.HeaderClassName
{
color: #329E42;
}
.AnyTagClassName
{
color: #329E42;
}
</style>
background-color css
<style>
a { background-color: #329E42; }
a { background-color: rgb(50,158,66); }
div.DivClassName
{
background-color: #329E42;
}
.BgClassName
{
background-color: #329E42;
}
</style>
border-color css
<style>
span { border-color: #329E42; }
span { border-color: rgb(50,158,66); }
td.TdClassName
{
border-color: #329E42;
}
.TagClassName
{
border-color: #329E42;
}
</style>