Shades of Chateau Green #349547
Tints of Chateau Green #349547
RGB
CMYK
RGB Variations
Color information
#349547 (or 0x349547) is known color: Chateau Green. HEX triplet: 34, 95 and 47. RGB value is (52,149,71). Sum of RGB (Red+Green+Blue) = 52+149+71=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 149 (58.59% from 255 or 54.78% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 149 - color contains mainly: green. Hex color #349547 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349547 is #CB6AB8. Grayscale: #6F6F6F. Windows color (decimal): -13331129 or 4691252. OLE color: 4691252.
HSL color Cylindrical-coordinate representation of color #349547: hue angle of 131.75º 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 #349547 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 149 | 71 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.42 |
| HSL | 131.75º | 0.48% | 0.39% | - |
| HSV(B) | 131.75º | 0.65% | 0.58% | - |
| XYZ | 13.3 | 22.68 | 9.64 | - |
| YUV | 111.11 | 105.36 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 149 | 71 | 0.65 | 0 | 0.52 | 0.42 | 131.75 | 0.48 | 0.39 |
| Hex | 34 | 95 | 47 | 41 | 0 | 34 | 2A | 84 | 30 | 27 |
| Octal | 64 | 225 | 107 | 101 | 0 | 64 | 52 | 204 | 60 | 47 |
| Binary | 110100 | 10010101 | 1000111 | 1000001 | 0 | 110100 | 101010 | 10000100 | 110000 | 100111 |
Color Harmonies of #349547
Complementary color
Monochromatic Colors of #349547
Black with #349547
Text Example
Text Example
White with #349547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349547; }
p { color: rgb(52,149,71); }
H1.HeaderClassName
{
color: #349547;
}
.AnyTagClassName
{
color: #349547;
}
</style>
background-color css
<style>
a { background-color: #349547; }
a { background-color: rgb(52,149,71); }
div.DivClassName
{
background-color: #349547;
}
.BgClassName
{
background-color: #349547;
}
</style>
border-color css
<style>
span { border-color: #349547; }
span { border-color: rgb(52,149,71); }
td.TdClassName
{
border-color: #349547;
}
.TagClassName
{
border-color: #349547;
}
</style>