Shades of Chateau Green #34A856
Tints of Chateau Green #34A856
RGB
CMYK
RGB Variations
Color information
#34A856 (or 0x34A856) is known color: Chateau Green. HEX triplet: 34, A8 and 56. RGB value is (52,168,86). Sum of RGB (Red+Green+Blue) = 52+168+86=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 168 (66.02% from 255 or 54.90% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 168 - color contains mainly: green. Hex color #34A856 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A856 is #CB57A9. Grayscale: #7C7C7C. Windows color (decimal): -13326250 or 5679156. OLE color: 5679156.
HSL color Cylindrical-coordinate representation of color #34A856: hue angle of 137.59º 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 #34A856 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 52 | 168 | 86 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.34 |
| HSL | 137.59º | 0.53% | 0.43% | - |
| HSV(B) | 137.59º | 0.69% | 0.66% | - |
| XYZ | 17.1 | 29.41 | 13.58 | - |
| YUV | 123.97 | 106.57 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 168 | 86 | 0.69 | 0 | 0.49 | 0.34 | 137.59 | 0.53 | 0.43 |
| Hex | 34 | A8 | 56 | 45 | 0 | 31 | 22 | 8A | 35 | 2B |
| Octal | 64 | 250 | 126 | 105 | 0 | 61 | 42 | 212 | 65 | 53 |
| Binary | 110100 | 10101000 | 1010110 | 1000101 | 0 | 110001 | 100010 | 10001010 | 110101 | 101011 |
Color Harmonies of #34A856
Complementary color
Monochromatic Colors of #34A856
Black with #34A856
Text Example
Text Example
White with #34A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A856; }
p { color: rgb(52,168,86); }
H1.HeaderClassName
{
color: #34A856;
}
.AnyTagClassName
{
color: #34A856;
}
</style>
background-color css
<style>
a { background-color: #34A856; }
a { background-color: rgb(52,168,86); }
div.DivClassName
{
background-color: #34A856;
}
.BgClassName
{
background-color: #34A856;
}
</style>
border-color css
<style>
span { border-color: #34A856; }
span { border-color: rgb(52,168,86); }
td.TdClassName
{
border-color: #34A856;
}
.TagClassName
{
border-color: #34A856;
}
</style>