Shades of Chateau Green #34A849
Tints of Chateau Green #34A849
RGB
CMYK
RGB Variations
Color information
#34A849 (or 0x34A849) is known color: Chateau Green. HEX triplet: 34, A8 and 49. RGB value is (52,168,73). Sum of RGB (Red+Green+Blue) = 52+168+73=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 168 (66.02% from 255 or 57.34% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 168 - color contains mainly: green. Hex color #34A849 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A849 is #CB57B6. Grayscale: #7A7A7A. Windows color (decimal): -13326263 or 4827188. OLE color: 4827188.
HSL color Cylindrical-coordinate representation of color #34A849: hue angle of 130.86º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A849 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 52 | 168 | 73 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.34 |
| HSL | 130.86º | 0.53% | 0.43% | - |
| HSV(B) | 130.86º | 0.69% | 0.66% | - |
| XYZ | 16.62 | 29.22 | 11.07 | - |
| YUV | 122.49 | 100.07 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 168 | 73 | 0.69 | 0 | 0.57 | 0.34 | 130.86 | 0.53 | 0.43 |
| Hex | 34 | A8 | 49 | 45 | 0 | 39 | 22 | 83 | 35 | 2B |
| Octal | 64 | 250 | 111 | 105 | 0 | 71 | 42 | 203 | 65 | 53 |
| Binary | 110100 | 10101000 | 1001001 | 1000101 | 0 | 111001 | 100010 | 10000011 | 110101 | 101011 |
Color Harmonies of #34A849
Complementary color
Monochromatic Colors of #34A849
Black with #34A849
Text Example
Text Example
White with #34A849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A849; }
p { color: rgb(52,168,73); }
H1.HeaderClassName
{
color: #34A849;
}
.AnyTagClassName
{
color: #34A849;
}
</style>
background-color css
<style>
a { background-color: #34A849; }
a { background-color: rgb(52,168,73); }
div.DivClassName
{
background-color: #34A849;
}
.BgClassName
{
background-color: #34A849;
}
</style>
border-color css
<style>
span { border-color: #34A849; }
span { border-color: rgb(52,168,73); }
td.TdClassName
{
border-color: #34A849;
}
.TagClassName
{
border-color: #34A849;
}
</style>