Shades of Chateau Green #349346
Tints of Chateau Green #349346
RGB
CMYK
RGB Variations
Color information
#349346 (or 0x349346) is known color: Chateau Green. HEX triplet: 34, 93 and 46. RGB value is (52,147,70). Sum of RGB (Red+Green+Blue) = 52+147+70=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #349346 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349346 is #CB6CB9. Grayscale: #6E6E6E. Windows color (decimal): -13331642 or 4625204. OLE color: 4625204.
HSL color Cylindrical-coordinate representation of color #349346: hue angle of 131.37º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349346 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 147 | 70 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.42 |
| HSL | 131.37º | 0.48% | 0.39% | - |
| HSV(B) | 131.37º | 0.65% | 0.58% | - |
| XYZ | 12.96 | 22.04 | 9.37 | - |
| YUV | 109.82 | 105.53 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 147 | 70 | 0.65 | 0 | 0.52 | 0.42 | 131.37 | 0.48 | 0.39 |
| Hex | 34 | 93 | 46 | 41 | 0 | 34 | 2A | 83 | 30 | 27 |
| Octal | 64 | 223 | 106 | 101 | 0 | 64 | 52 | 203 | 60 | 47 |
| Binary | 110100 | 10010011 | 1000110 | 1000001 | 0 | 110100 | 101010 | 10000011 | 110000 | 100111 |
Color Harmonies of #349346
Complementary color
Monochromatic Colors of #349346
Black with #349346
Text Example
Text Example
White with #349346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349346; }
p { color: rgb(52,147,70); }
H1.HeaderClassName
{
color: #349346;
}
.AnyTagClassName
{
color: #349346;
}
</style>
background-color css
<style>
a { background-color: #349346; }
a { background-color: rgb(52,147,70); }
div.DivClassName
{
background-color: #349346;
}
.BgClassName
{
background-color: #349346;
}
</style>
border-color css
<style>
span { border-color: #349346; }
span { border-color: rgb(52,147,70); }
td.TdClassName
{
border-color: #349346;
}
.TagClassName
{
border-color: #349346;
}
</style>