Shades of Chateau Green #349D55
Tints of Chateau Green #349D55
RGB
CMYK
RGB Variations
Color information
#349D55 (or 0x349D55) is known color: Chateau Green. HEX triplet: 34, 9D and 55. RGB value is (52,157,85). Sum of RGB (Red+Green+Blue) = 52+157+85=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 157 (61.72% from 255 or 53.40% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 157 - color contains mainly: green. Hex color #349D55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349D55 is #CB62AA. Grayscale: #757575. Windows color (decimal): -13329067 or 5610804. OLE color: 5610804.
HSL color Cylindrical-coordinate representation of color #349D55: hue angle of 138.86º 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 #349D55 is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 157 | 85 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.38 |
| HSL | 138.86º | 0.5% | 0.41% | - |
| HSV(B) | 138.86º | 0.67% | 0.62% | - |
| XYZ | 15.11 | 25.5 | 12.72 | - |
| YUV | 117.4 | 109.71 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 157 | 85 | 0.67 | 0 | 0.46 | 0.38 | 138.86 | 0.5 | 0.41 |
| Hex | 34 | 9D | 55 | 43 | 0 | 2E | 26 | 8B | 32 | 29 |
| Octal | 64 | 235 | 125 | 103 | 0 | 56 | 46 | 213 | 62 | 51 |
| Binary | 110100 | 10011101 | 1010101 | 1000011 | 0 | 101110 | 100110 | 10001011 | 110010 | 101001 |
Color Harmonies of #349D55
Complementary color
Monochromatic Colors of #349D55
Black with #349D55
Text Example
Text Example
White with #349D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349D55; }
p { color: rgb(52,157,85); }
H1.HeaderClassName
{
color: #349D55;
}
.AnyTagClassName
{
color: #349D55;
}
</style>
background-color css
<style>
a { background-color: #349D55; }
a { background-color: rgb(52,157,85); }
div.DivClassName
{
background-color: #349D55;
}
.BgClassName
{
background-color: #349D55;
}
</style>
border-color css
<style>
span { border-color: #349D55; }
span { border-color: rgb(52,157,85); }
td.TdClassName
{
border-color: #349D55;
}
.TagClassName
{
border-color: #349D55;
}
</style>