Shades of Chateau Green #329F55
Tints of Chateau Green #329F55
RGB
CMYK
RGB Variations
Color information
#329F55 (or 0x329F55) is known color: Chateau Green. HEX triplet: 32, 9F and 55. RGB value is (50,159,85). Sum of RGB (Red+Green+Blue) = 50+159+85=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 159 (62.5% from 255 or 54.08% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 159 - color contains mainly: green. Hex color #329F55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329F55 is #CD60AA. Grayscale: #767676. Windows color (decimal): -13459627 or 5611314. OLE color: 5611314.
HSL color Cylindrical-coordinate representation of color #329F55: hue angle of 139.27º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329F55 is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 159 | 85 | - |
| CMYK | 0.69 | 0 | 0.47 | 0.38 |
| HSL | 139.27º | 0.52% | 0.41% | - |
| HSV(B) | 139.27º | 0.69% | 0.62% | - |
| XYZ | 15.35 | 26.13 | 12.83 | - |
| YUV | 117.97 | 109.39 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 85 | 0.69 | 0 | 0.47 | 0.38 | 139.27 | 0.52 | 0.41 |
| Hex | 32 | 9F | 55 | 45 | 0 | 2F | 26 | 8B | 34 | 29 |
| Octal | 62 | 237 | 125 | 105 | 0 | 57 | 46 | 213 | 64 | 51 |
| Binary | 110010 | 10011111 | 1010101 | 1000101 | 0 | 101111 | 100110 | 10001011 | 110100 | 101001 |
Color Harmonies of #329F55
Complementary color
Monochromatic Colors of #329F55
Black with #329F55
Text Example
Text Example
White with #329F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329F55; }
p { color: rgb(50,159,85); }
H1.HeaderClassName
{
color: #329F55;
}
.AnyTagClassName
{
color: #329F55;
}
</style>
background-color css
<style>
a { background-color: #329F55; }
a { background-color: rgb(50,159,85); }
div.DivClassName
{
background-color: #329F55;
}
.BgClassName
{
background-color: #329F55;
}
</style>
border-color css
<style>
span { border-color: #329F55; }
span { border-color: rgb(50,159,85); }
td.TdClassName
{
border-color: #329F55;
}
.TagClassName
{
border-color: #329F55;
}
</style>