Shades of Chateau Green #34A656
Tints of Chateau Green #34A656
RGB
CMYK
RGB Variations
Color information
#34A656 (or 0x34A656) is known color: Chateau Green. HEX triplet: 34, A6 and 56. RGB value is (52,166,86). Sum of RGB (Red+Green+Blue) = 52+166+86=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 166 (65.23% from 255 or 54.61% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 166 - color contains mainly: green. Hex color #34A656 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A656 is #CB59A9. Grayscale: #7B7B7B. Windows color (decimal): -13326762 or 5678644. OLE color: 5678644.
HSL color Cylindrical-coordinate representation of color #34A656: hue angle of 137.89º 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 #34A656 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 166 | 86 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.35 |
| HSL | 137.89º | 0.52% | 0.43% | - |
| HSV(B) | 137.89º | 0.69% | 0.65% | - |
| XYZ | 16.73 | 28.67 | 13.46 | - |
| YUV | 122.79 | 107.23 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 166 | 86 | 0.69 | 0 | 0.48 | 0.35 | 137.89 | 0.52 | 0.43 |
| Hex | 34 | A6 | 56 | 45 | 0 | 30 | 23 | 8A | 34 | 2B |
| Octal | 64 | 246 | 126 | 105 | 0 | 60 | 43 | 212 | 64 | 53 |
| Binary | 110100 | 10100110 | 1010110 | 1000101 | 0 | 110000 | 100011 | 10001010 | 110100 | 101011 |
Color Harmonies of #34A656
Complementary color
Monochromatic Colors of #34A656
Black with #34A656
Text Example
Text Example
White with #34A656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A656; }
p { color: rgb(52,166,86); }
H1.HeaderClassName
{
color: #34A656;
}
.AnyTagClassName
{
color: #34A656;
}
</style>
background-color css
<style>
a { background-color: #34A656; }
a { background-color: rgb(52,166,86); }
div.DivClassName
{
background-color: #34A656;
}
.BgClassName
{
background-color: #34A656;
}
</style>
border-color css
<style>
span { border-color: #34A656; }
span { border-color: rgb(52,166,86); }
td.TdClassName
{
border-color: #34A656;
}
.TagClassName
{
border-color: #34A656;
}
</style>