Shades of Chateau Green #34A24F
Tints of Chateau Green #34A24F
RGB
CMYK
RGB Variations
Color information
#34A24F (or 0x34A24F) is known color: Chateau Green. HEX triplet: 34, A2 and 4F. RGB value is (52,162,79). Sum of RGB (Red+Green+Blue) = 52+162+79=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 162 (63.67% from 255 or 55.29% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 162 - color contains mainly: green. Hex color #34A24F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A24F is #CB5DB0. Grayscale: #777777. Windows color (decimal): -13327793 or 5218868. OLE color: 5218868.
HSL color Cylindrical-coordinate representation of color #34A24F: hue angle of 134.73º 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 #34A24F is Cyan = 0.68, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 162 | 79 | - |
| CMYK | 0.68 | 0 | 0.51 | 0.36 |
| HSL | 134.73º | 0.51% | 0.42% | - |
| HSV(B) | 134.73º | 0.68% | 0.64% | - |
| XYZ | 15.75 | 27.14 | 11.8 | - |
| YUV | 119.65 | 105.06 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 162 | 79 | 0.68 | 0 | 0.51 | 0.36 | 134.73 | 0.51 | 0.42 |
| Hex | 34 | A2 | 4F | 44 | 0 | 33 | 24 | 87 | 33 | 2A |
| Octal | 64 | 242 | 117 | 104 | 0 | 63 | 44 | 207 | 63 | 52 |
| Binary | 110100 | 10100010 | 1001111 | 1000100 | 0 | 110011 | 100100 | 10000111 | 110011 | 101010 |
Color Harmonies of #34A24F
Complementary color
Monochromatic Colors of #34A24F
Black with #34A24F
Text Example
Text Example
White with #34A24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A24F; }
p { color: rgb(52,162,79); }
H1.HeaderClassName
{
color: #34A24F;
}
.AnyTagClassName
{
color: #34A24F;
}
</style>
background-color css
<style>
a { background-color: #34A24F; }
a { background-color: rgb(52,162,79); }
div.DivClassName
{
background-color: #34A24F;
}
.BgClassName
{
background-color: #34A24F;
}
</style>
border-color css
<style>
span { border-color: #34A24F; }
span { border-color: rgb(52,162,79); }
td.TdClassName
{
border-color: #34A24F;
}
.TagClassName
{
border-color: #34A24F;
}
</style>