Shades of Chateau Green #34A044
Tints of Chateau Green #34A044
RGB
CMYK
RGB Variations
Color information
#34A044 (or 0x34A044) is known color: Chateau Green. HEX triplet: 34, A0 and 44. RGB value is (52,160,68). Sum of RGB (Red+Green+Blue) = 52+160+68=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 160 (62.89% from 255 or 57.14% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 160 - color contains mainly: green. Hex color #34A044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A044 is #CB5FBB. Grayscale: #757575. Windows color (decimal): -13328316 or 4497460. OLE color: 4497460.
HSL color Cylindrical-coordinate representation of color #34A044: hue angle of 128.89º 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 #34A044 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 160 | 68 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.37 |
| HSL | 128.89º | 0.51% | 0.42% | - |
| HSV(B) | 128.89º | 0.68% | 0.63% | - |
| XYZ | 15.03 | 26.29 | 9.75 | - |
| YUV | 117.22 | 100.22 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 160 | 68 | 0.68 | 0 | 0.57 | 0.37 | 128.89 | 0.51 | 0.42 |
| Hex | 34 | A0 | 44 | 44 | 0 | 39 | 25 | 81 | 33 | 2A |
| Octal | 64 | 240 | 104 | 104 | 0 | 71 | 45 | 201 | 63 | 52 |
| Binary | 110100 | 10100000 | 1000100 | 1000100 | 0 | 111001 | 100101 | 10000001 | 110011 | 101010 |
Color Harmonies of #34A044
Complementary color
Monochromatic Colors of #34A044
Black with #34A044
Text Example
Text Example
White with #34A044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A044; }
p { color: rgb(52,160,68); }
H1.HeaderClassName
{
color: #34A044;
}
.AnyTagClassName
{
color: #34A044;
}
</style>
background-color css
<style>
a { background-color: #34A044; }
a { background-color: rgb(52,160,68); }
div.DivClassName
{
background-color: #34A044;
}
.BgClassName
{
background-color: #34A044;
}
</style>
border-color css
<style>
span { border-color: #34A044; }
span { border-color: rgb(52,160,68); }
td.TdClassName
{
border-color: #34A044;
}
.TagClassName
{
border-color: #34A044;
}
</style>