Shades of Chateau Green #34A24D
Tints of Chateau Green #34A24D
RGB
CMYK
RGB Variations
Color information
#34A24D (or 0x34A24D) is known color: Chateau Green. HEX triplet: 34, A2 and 4D. RGB value is (52,162,77). Sum of RGB (Red+Green+Blue) = 52+162+77=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 162 (63.67% from 255 or 55.67% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 162 - color contains mainly: green. Hex color #34A24D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A24D is #CB5DB2. Grayscale: #777777. Windows color (decimal): -13327795 or 5087796. OLE color: 5087796.
HSL color Cylindrical-coordinate representation of color #34A24D: hue angle of 133.64º 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 #34A24D is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 162 | 77 | - |
| CMYK | 0.68 | 0 | 0.52 | 0.36 |
| HSL | 133.64º | 0.51% | 0.42% | - |
| HSV(B) | 133.64º | 0.68% | 0.64% | - |
| XYZ | 15.68 | 27.11 | 11.43 | - |
| YUV | 119.42 | 104.06 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 162 | 77 | 0.68 | 0 | 0.52 | 0.36 | 133.64 | 0.51 | 0.42 |
| Hex | 34 | A2 | 4D | 44 | 0 | 34 | 24 | 86 | 33 | 2A |
| Octal | 64 | 242 | 115 | 104 | 0 | 64 | 44 | 206 | 63 | 52 |
| Binary | 110100 | 10100010 | 1001101 | 1000100 | 0 | 110100 | 100100 | 10000110 | 110011 | 101010 |
Color Harmonies of #34A24D
Complementary color
Monochromatic Colors of #34A24D
Black with #34A24D
Text Example
Text Example
White with #34A24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A24D; }
p { color: rgb(52,162,77); }
H1.HeaderClassName
{
color: #34A24D;
}
.AnyTagClassName
{
color: #34A24D;
}
</style>
background-color css
<style>
a { background-color: #34A24D; }
a { background-color: rgb(52,162,77); }
div.DivClassName
{
background-color: #34A24D;
}
.BgClassName
{
background-color: #34A24D;
}
</style>
border-color css
<style>
span { border-color: #34A24D; }
span { border-color: rgb(52,162,77); }
td.TdClassName
{
border-color: #34A24D;
}
.TagClassName
{
border-color: #34A24D;
}
</style>