Shades of Chateau Green #34A154
Tints of Chateau Green #34A154
RGB
CMYK
RGB Variations
Color information
#34A154 (or 0x34A154) is known color: Chateau Green. HEX triplet: 34, A1 and 54. RGB value is (52,161,84). Sum of RGB (Red+Green+Blue) = 52+161+84=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 161 (63.28% from 255 or 54.21% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 161 - color contains mainly: green. Hex color #34A154 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A154 is #CB5EAB. Grayscale: #777777. Windows color (decimal): -13328044 or 5546292. OLE color: 5546292.
HSL color Cylindrical-coordinate representation of color #34A154: hue angle of 137.61º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A154 is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 161 | 84 | - |
| CMYK | 0.68 | 0 | 0.48 | 0.37 |
| HSL | 137.61º | 0.51% | 0.42% | - |
| HSV(B) | 137.61º | 0.68% | 0.63% | - |
| XYZ | 15.76 | 26.86 | 12.74 | - |
| YUV | 119.63 | 107.89 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 161 | 84 | 0.68 | 0 | 0.48 | 0.37 | 137.61 | 0.51 | 0.42 |
| Hex | 34 | A1 | 54 | 44 | 0 | 30 | 25 | 8A | 33 | 2A |
| Octal | 64 | 241 | 124 | 104 | 0 | 60 | 45 | 212 | 63 | 52 |
| Binary | 110100 | 10100001 | 1010100 | 1000100 | 0 | 110000 | 100101 | 10001010 | 110011 | 101010 |
Color Harmonies of #34A154
Complementary color
Monochromatic Colors of #34A154
Black with #34A154
Text Example
Text Example
White with #34A154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A154; }
p { color: rgb(52,161,84); }
H1.HeaderClassName
{
color: #34A154;
}
.AnyTagClassName
{
color: #34A154;
}
</style>
background-color css
<style>
a { background-color: #34A154; }
a { background-color: rgb(52,161,84); }
div.DivClassName
{
background-color: #34A154;
}
.BgClassName
{
background-color: #34A154;
}
</style>
border-color css
<style>
span { border-color: #34A154; }
span { border-color: rgb(52,161,84); }
td.TdClassName
{
border-color: #34A154;
}
.TagClassName
{
border-color: #34A154;
}
</style>