Shades of Chateau Green #349A44
Tints of Chateau Green #349A44
RGB
CMYK
RGB Variations
Color information
#349A44 (or 0x349A44) is known color: Chateau Green. HEX triplet: 34, 9A and 44. RGB value is (52,154,68). Sum of RGB (Red+Green+Blue) = 52+154+68=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 154 (60.55% from 255 or 56.20% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 154 - color contains mainly: green. Hex color #349A44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349A44 is #CB65BB. Grayscale: #717171. Windows color (decimal): -13329852 or 4495924. OLE color: 4495924.
HSL color Cylindrical-coordinate representation of color #349A44: hue angle of 129.41º 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 #349A44 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 154 | 68 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.40 |
| HSL | 129.41º | 0.5% | 0.4% | - |
| HSV(B) | 129.41º | 0.66% | 0.6% | - |
| XYZ | 14.02 | 24.26 | 9.41 | - |
| YUV | 113.7 | 102.21 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 154 | 68 | 0.66 | 0 | 0.56 | 0.40 | 129.41 | 0.5 | 0.4 |
| Hex | 34 | 9A | 44 | 42 | 0 | 38 | 28 | 81 | 32 | 28 |
| Octal | 64 | 232 | 104 | 102 | 0 | 70 | 50 | 201 | 62 | 50 |
| Binary | 110100 | 10011010 | 1000100 | 1000010 | 0 | 111000 | 101000 | 10000001 | 110010 | 101000 |
Color Harmonies of #349A44
Complementary color
Monochromatic Colors of #349A44
Black with #349A44
Text Example
Text Example
White with #349A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349A44; }
p { color: rgb(52,154,68); }
H1.HeaderClassName
{
color: #349A44;
}
.AnyTagClassName
{
color: #349A44;
}
</style>
background-color css
<style>
a { background-color: #349A44; }
a { background-color: rgb(52,154,68); }
div.DivClassName
{
background-color: #349A44;
}
.BgClassName
{
background-color: #349A44;
}
</style>
border-color css
<style>
span { border-color: #349A44; }
span { border-color: rgb(52,154,68); }
td.TdClassName
{
border-color: #349A44;
}
.TagClassName
{
border-color: #349A44;
}
</style>