Shades of Chateau Green #349A4C
Tints of Chateau Green #349A4C
RGB
CMYK
RGB Variations
Color information
#349A4C (or 0x349A4C) is known color: Chateau Green. HEX triplet: 34, 9A and 4C. RGB value is (52,154,76). Sum of RGB (Red+Green+Blue) = 52+154+76=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 154 (60.55% from 255 or 54.61% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 154 - color contains mainly: green. Hex color #349A4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349A4C is #CB65B3. Grayscale: #727272. Windows color (decimal): -13329844 or 5020212. OLE color: 5020212.
HSL color Cylindrical-coordinate representation of color #349A4C: hue angle of 134.12º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349A4C is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 154 | 76 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.40 |
| HSL | 134.12º | 0.5% | 0.4% | - |
| HSV(B) | 134.12º | 0.66% | 0.6% | - |
| XYZ | 14.28 | 24.36 | 10.79 | - |
| YUV | 114.61 | 106.21 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 154 | 76 | 0.66 | 0 | 0.51 | 0.40 | 134.12 | 0.5 | 0.4 |
| Hex | 34 | 9A | 4C | 42 | 0 | 33 | 28 | 86 | 32 | 28 |
| Octal | 64 | 232 | 114 | 102 | 0 | 63 | 50 | 206 | 62 | 50 |
| Binary | 110100 | 10011010 | 1001100 | 1000010 | 0 | 110011 | 101000 | 10000110 | 110010 | 101000 |
Color Harmonies of #349A4C
Complementary color
Monochromatic Colors of #349A4C
Black with #349A4C
Text Example
Text Example
White with #349A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349A4C; }
p { color: rgb(52,154,76); }
H1.HeaderClassName
{
color: #349A4C;
}
.AnyTagClassName
{
color: #349A4C;
}
</style>
background-color css
<style>
a { background-color: #349A4C; }
a { background-color: rgb(52,154,76); }
div.DivClassName
{
background-color: #349A4C;
}
.BgClassName
{
background-color: #349A4C;
}
</style>
border-color css
<style>
span { border-color: #349A4C; }
span { border-color: rgb(52,154,76); }
td.TdClassName
{
border-color: #349A4C;
}
.TagClassName
{
border-color: #349A4C;
}
</style>