Shades of Chateau Green #34A057
Tints of Chateau Green #34A057
RGB
CMYK
RGB Variations
Color information
#34A057 (or 0x34A057) is known color: Chateau Green. HEX triplet: 34, A0 and 57. RGB value is (52,160,87). Sum of RGB (Red+Green+Blue) = 52+160+87=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 160 (62.89% from 255 or 53.51% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 160 - color contains mainly: green. Hex color #34A057 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A057 is #CB5FA8. Grayscale: #777777. Windows color (decimal): -13328297 or 5742644. OLE color: 5742644.
HSL color Cylindrical-coordinate representation of color #34A057: hue angle of 139.44º 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 #34A057 is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 160 | 87 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.37 |
| HSL | 139.44º | 0.51% | 0.42% | - |
| HSV(B) | 139.44º | 0.68% | 0.63% | - |
| XYZ | 15.71 | 26.56 | 13.32 | - |
| YUV | 119.39 | 109.72 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 160 | 87 | 0.68 | 0 | 0.46 | 0.37 | 139.44 | 0.51 | 0.42 |
| Hex | 34 | A0 | 57 | 44 | 0 | 2E | 25 | 8B | 33 | 2A |
| Octal | 64 | 240 | 127 | 104 | 0 | 56 | 45 | 213 | 63 | 52 |
| Binary | 110100 | 10100000 | 1010111 | 1000100 | 0 | 101110 | 100101 | 10001011 | 110011 | 101010 |
Color Harmonies of #34A057
Complementary color
Monochromatic Colors of #34A057
Black with #34A057
Text Example
Text Example
White with #34A057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A057; }
p { color: rgb(52,160,87); }
H1.HeaderClassName
{
color: #34A057;
}
.AnyTagClassName
{
color: #34A057;
}
</style>
background-color css
<style>
a { background-color: #34A057; }
a { background-color: rgb(52,160,87); }
div.DivClassName
{
background-color: #34A057;
}
.BgClassName
{
background-color: #34A057;
}
</style>
border-color css
<style>
span { border-color: #34A057; }
span { border-color: rgb(52,160,87); }
td.TdClassName
{
border-color: #34A057;
}
.TagClassName
{
border-color: #34A057;
}
</style>