Shades of Chateau Green #329C51
Tints of Chateau Green #329C51
RGB
CMYK
RGB Variations
Color information
#329C51 (or 0x329C51) is known color: Chateau Green. HEX triplet: 32, 9C and 51. RGB value is (50,156,81). Sum of RGB (Red+Green+Blue) = 50+156+81=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 156 (61.33% from 255 or 54.36% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 156 - color contains mainly: green. Hex color #329C51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329C51 is #CD63AE. Grayscale: #737373. Windows color (decimal): -13460399 or 5348402. OLE color: 5348402.
HSL color Cylindrical-coordinate representation of color #329C51: hue angle of 137.55º 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 #329C51 is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 156 | 81 | - |
| CMYK | 0.68 | 0 | 0.48 | 0.39 |
| HSL | 137.55º | 0.51% | 0.4% | - |
| HSV(B) | 137.55º | 0.68% | 0.61% | - |
| XYZ | 14.69 | 25.05 | 11.85 | - |
| YUV | 115.76 | 108.38 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 81 | 0.68 | 0 | 0.48 | 0.39 | 137.55 | 0.51 | 0.4 |
| Hex | 32 | 9C | 51 | 44 | 0 | 30 | 27 | 8A | 33 | 28 |
| Octal | 62 | 234 | 121 | 104 | 0 | 60 | 47 | 212 | 63 | 50 |
| Binary | 110010 | 10011100 | 1010001 | 1000100 | 0 | 110000 | 100111 | 10001010 | 110011 | 101000 |
Color Harmonies of #329C51
Complementary color
Monochromatic Colors of #329C51
Black with #329C51
Text Example
Text Example
White with #329C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329C51; }
p { color: rgb(50,156,81); }
H1.HeaderClassName
{
color: #329C51;
}
.AnyTagClassName
{
color: #329C51;
}
</style>
background-color css
<style>
a { background-color: #329C51; }
a { background-color: rgb(50,156,81); }
div.DivClassName
{
background-color: #329C51;
}
.BgClassName
{
background-color: #329C51;
}
</style>
border-color css
<style>
span { border-color: #329C51; }
span { border-color: rgb(50,156,81); }
td.TdClassName
{
border-color: #329C51;
}
.TagClassName
{
border-color: #329C51;
}
</style>