Shades of Chateau Green #34A24A
Tints of Chateau Green #34A24A
RGB
CMYK
RGB Variations
Color information
#34A24A (or 0x34A24A) is known color: Chateau Green. HEX triplet: 34, A2 and 4A. RGB value is (52,162,74). Sum of RGB (Red+Green+Blue) = 52+162+74=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 162 (63.67% from 255 or 56.25% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 162 - color contains mainly: green. Hex color #34A24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A24A is #CB5DB5. Grayscale: #777777. Windows color (decimal): -13327798 or 4891188. OLE color: 4891188.
HSL color Cylindrical-coordinate representation of color #34A24A: hue angle of 132º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A24A is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 162 | 74 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.36 |
| HSL | 132º | 0.51% | 0.42% | - |
| HSV(B) | 132º | 0.68% | 0.64% | - |
| XYZ | 15.57 | 27.07 | 10.88 | - |
| YUV | 119.08 | 102.56 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 162 | 74 | 0.68 | 0 | 0.54 | 0.36 | 132 | 0.51 | 0.42 |
| Hex | 34 | A2 | 4A | 44 | 0 | 36 | 24 | 84 | 33 | 2A |
| Octal | 64 | 242 | 112 | 104 | 0 | 66 | 44 | 204 | 63 | 52 |
| Binary | 110100 | 10100010 | 1001010 | 1000100 | 0 | 110110 | 100100 | 10000100 | 110011 | 101010 |
Color Harmonies of #34A24A
Complementary color
Monochromatic Colors of #34A24A
Black with #34A24A
Text Example
Text Example
White with #34A24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A24A; }
p { color: rgb(52,162,74); }
H1.HeaderClassName
{
color: #34A24A;
}
.AnyTagClassName
{
color: #34A24A;
}
</style>
background-color css
<style>
a { background-color: #34A24A; }
a { background-color: rgb(52,162,74); }
div.DivClassName
{
background-color: #34A24A;
}
.BgClassName
{
background-color: #34A24A;
}
</style>
border-color css
<style>
span { border-color: #34A24A; }
span { border-color: rgb(52,162,74); }
td.TdClassName
{
border-color: #34A24A;
}
.TagClassName
{
border-color: #34A24A;
}
</style>