Shades of Chateau Green #329343
Tints of Chateau Green #329343
RGB
CMYK
RGB Variations
Color information
#329343 (or 0x329343) is known color: Chateau Green. HEX triplet: 32, 93 and 43. RGB value is (50,147,67). Sum of RGB (Red+Green+Blue) = 50+147+67=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #329343 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329343 is #CD6CBC. Grayscale: #6D6D6D. Windows color (decimal): -13462717 or 4428594. OLE color: 4428594.
HSL color Cylindrical-coordinate representation of color #329343: hue angle of 130.52º 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 #329343 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 147 | 67 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.42 |
| HSL | 130.52º | 0.49% | 0.39% | - |
| HSV(B) | 130.52º | 0.66% | 0.58% | - |
| XYZ | 12.76 | 21.95 | 8.87 | - |
| YUV | 108.88 | 104.36 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 147 | 67 | 0.66 | 0 | 0.54 | 0.42 | 130.52 | 0.49 | 0.39 |
| Hex | 32 | 93 | 43 | 42 | 0 | 36 | 2A | 83 | 31 | 27 |
| Octal | 62 | 223 | 103 | 102 | 0 | 66 | 52 | 203 | 61 | 47 |
| Binary | 110010 | 10010011 | 1000011 | 1000010 | 0 | 110110 | 101010 | 10000011 | 110001 | 100111 |
Color Harmonies of #329343
Complementary color
Monochromatic Colors of #329343
Black with #329343
Text Example
Text Example
White with #329343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329343; }
p { color: rgb(50,147,67); }
H1.HeaderClassName
{
color: #329343;
}
.AnyTagClassName
{
color: #329343;
}
</style>
background-color css
<style>
a { background-color: #329343; }
a { background-color: rgb(50,147,67); }
div.DivClassName
{
background-color: #329343;
}
.BgClassName
{
background-color: #329343;
}
</style>
border-color css
<style>
span { border-color: #329343; }
span { border-color: rgb(50,147,67); }
td.TdClassName
{
border-color: #329343;
}
.TagClassName
{
border-color: #329343;
}
</style>