Shades of Chateau Green #349D49
Tints of Chateau Green #349D49
RGB
CMYK
RGB Variations
Color information
#349D49 (or 0x349D49) is known color: Chateau Green. HEX triplet: 34, 9D and 49. RGB value is (52,157,73). Sum of RGB (Red+Green+Blue) = 52+157+73=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 157 (61.72% from 255 or 55.67% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 157 - color contains mainly: green. Hex color #349D49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349D49 is #CB62B6. Grayscale: #747474. Windows color (decimal): -13329079 or 4824372. OLE color: 4824372.
HSL color Cylindrical-coordinate representation of color #349D49: hue angle of 132º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349D49 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 157 | 73 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.38 |
| HSL | 132º | 0.5% | 0.41% | - |
| HSV(B) | 132º | 0.67% | 0.62% | - |
| XYZ | 14.68 | 25.33 | 10.42 | - |
| YUV | 116.03 | 103.71 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 157 | 73 | 0.67 | 0 | 0.54 | 0.38 | 132 | 0.5 | 0.41 |
| Hex | 34 | 9D | 49 | 43 | 0 | 36 | 26 | 84 | 32 | 29 |
| Octal | 64 | 235 | 111 | 103 | 0 | 66 | 46 | 204 | 62 | 51 |
| Binary | 110100 | 10011101 | 1001001 | 1000011 | 0 | 110110 | 100110 | 10000100 | 110010 | 101001 |
Color Harmonies of #349D49
Complementary color
Monochromatic Colors of #349D49
Black with #349D49
Text Example
Text Example
White with #349D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349D49; }
p { color: rgb(52,157,73); }
H1.HeaderClassName
{
color: #349D49;
}
.AnyTagClassName
{
color: #349D49;
}
</style>
background-color css
<style>
a { background-color: #349D49; }
a { background-color: rgb(52,157,73); }
div.DivClassName
{
background-color: #349D49;
}
.BgClassName
{
background-color: #349D49;
}
</style>
border-color css
<style>
span { border-color: #349D49; }
span { border-color: rgb(52,157,73); }
td.TdClassName
{
border-color: #349D49;
}
.TagClassName
{
border-color: #349D49;
}
</style>