Shades of Chateau Green #329445
Tints of Chateau Green #329445
RGB
CMYK
RGB Variations
Color information
#329445 (or 0x329445) is known color: Chateau Green. HEX triplet: 32, 94 and 45. RGB value is (50,148,69). Sum of RGB (Red+Green+Blue) = 50+148+69=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #329445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329445 is #CD6BBA. Grayscale: #6D6D6D. Windows color (decimal): -13462459 or 4559922. OLE color: 4559922.
HSL color Cylindrical-coordinate representation of color #329445: hue angle of 131.63º degrees, saturation: 0.49, 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 #329445 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 148 | 69 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.42 |
| HSL | 131.63º | 0.49% | 0.39% | - |
| HSV(B) | 131.63º | 0.66% | 0.58% | - |
| XYZ | 12.98 | 22.29 | 9.25 | - |
| YUV | 109.69 | 105.03 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 148 | 69 | 0.66 | 0 | 0.53 | 0.42 | 131.63 | 0.49 | 0.39 |
| Hex | 32 | 94 | 45 | 42 | 0 | 35 | 2A | 84 | 31 | 27 |
| Octal | 62 | 224 | 105 | 102 | 0 | 65 | 52 | 204 | 61 | 47 |
| Binary | 110010 | 10010100 | 1000101 | 1000010 | 0 | 110101 | 101010 | 10000100 | 110001 | 100111 |
Color Harmonies of #329445
Complementary color
Monochromatic Colors of #329445
Black with #329445
Text Example
Text Example
White with #329445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329445; }
p { color: rgb(50,148,69); }
H1.HeaderClassName
{
color: #329445;
}
.AnyTagClassName
{
color: #329445;
}
</style>
background-color css
<style>
a { background-color: #329445; }
a { background-color: rgb(50,148,69); }
div.DivClassName
{
background-color: #329445;
}
.BgClassName
{
background-color: #329445;
}
</style>
border-color css
<style>
span { border-color: #329445; }
span { border-color: rgb(50,148,69); }
td.TdClassName
{
border-color: #329445;
}
.TagClassName
{
border-color: #329445;
}
</style>