Shades of Chateau Green #329C52
Tints of Chateau Green #329C52
RGB
CMYK
RGB Variations
Color information
#329C52 (or 0x329C52) is known color: Chateau Green. HEX triplet: 32, 9C and 52. RGB value is (50,156,82). Sum of RGB (Red+Green+Blue) = 50+156+82=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 156 (61.33% from 255 or 54.17% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 156 - color contains mainly: green. Hex color #329C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329C52 is #CD63AD. Grayscale: #747474. Windows color (decimal): -13460398 or 5413938. OLE color: 5413938.
HSL color Cylindrical-coordinate representation of color #329C52: hue angle of 138.11º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329C52 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 156 | 82 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.39 |
| HSL | 138.11º | 0.51% | 0.4% | - |
| HSV(B) | 138.11º | 0.68% | 0.61% | - |
| XYZ | 14.73 | 25.06 | 12.04 | - |
| YUV | 115.87 | 108.88 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 82 | 0.68 | 0 | 0.47 | 0.39 | 138.11 | 0.51 | 0.4 |
| Hex | 32 | 9C | 52 | 44 | 0 | 2F | 27 | 8A | 33 | 28 |
| Octal | 62 | 234 | 122 | 104 | 0 | 57 | 47 | 212 | 63 | 50 |
| Binary | 110010 | 10011100 | 1010010 | 1000100 | 0 | 101111 | 100111 | 10001010 | 110011 | 101000 |
Color Harmonies of #329C52
Complementary color
Monochromatic Colors of #329C52
Black with #329C52
Text Example
Text Example
White with #329C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329C52; }
p { color: rgb(50,156,82); }
H1.HeaderClassName
{
color: #329C52;
}
.AnyTagClassName
{
color: #329C52;
}
</style>
background-color css
<style>
a { background-color: #329C52; }
a { background-color: rgb(50,156,82); }
div.DivClassName
{
background-color: #329C52;
}
.BgClassName
{
background-color: #329C52;
}
</style>
border-color css
<style>
span { border-color: #329C52; }
span { border-color: rgb(50,156,82); }
td.TdClassName
{
border-color: #329C52;
}
.TagClassName
{
border-color: #329C52;
}
</style>