Shades of Chateau Green #34A653
Tints of Chateau Green #34A653
RGB
CMYK
RGB Variations
Color information
#34A653 (or 0x34A653) is known color: Chateau Green. HEX triplet: 34, A6 and 53. RGB value is (52,166,83). Sum of RGB (Red+Green+Blue) = 52+166+83=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 166 (65.23% from 255 or 55.15% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 166 - color contains mainly: green. Hex color #34A653 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A653 is #CB59AC. Grayscale: #7A7A7A. Windows color (decimal): -13326765 or 5482036. OLE color: 5482036.
HSL color Cylindrical-coordinate representation of color #34A653: hue angle of 136.32º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A653 is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 166 | 83 | - |
| CMYK | 0.69 | 0 | 0.50 | 0.35 |
| HSL | 136.32º | 0.52% | 0.43% | - |
| HSV(B) | 136.32º | 0.69% | 0.65% | - |
| XYZ | 16.61 | 28.63 | 12.83 | - |
| YUV | 122.45 | 105.73 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 166 | 83 | 0.69 | 0 | 0.50 | 0.35 | 136.32 | 0.52 | 0.43 |
| Hex | 34 | A6 | 53 | 45 | 0 | 32 | 23 | 88 | 34 | 2B |
| Octal | 64 | 246 | 123 | 105 | 0 | 62 | 43 | 210 | 64 | 53 |
| Binary | 110100 | 10100110 | 1010011 | 1000101 | 0 | 110010 | 100011 | 10001000 | 110100 | 101011 |
Color Harmonies of #34A653
Complementary color
Monochromatic Colors of #34A653
Black with #34A653
Text Example
Text Example
White with #34A653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A653; }
p { color: rgb(52,166,83); }
H1.HeaderClassName
{
color: #34A653;
}
.AnyTagClassName
{
color: #34A653;
}
</style>
background-color css
<style>
a { background-color: #34A653; }
a { background-color: rgb(52,166,83); }
div.DivClassName
{
background-color: #34A653;
}
.BgClassName
{
background-color: #34A653;
}
</style>
border-color css
<style>
span { border-color: #34A653; }
span { border-color: rgb(52,166,83); }
td.TdClassName
{
border-color: #34A653;
}
.TagClassName
{
border-color: #34A653;
}
</style>