Shades of Chateau Green #34AD4D
Tints of Chateau Green #34AD4D
RGB
CMYK
RGB Variations
Color information
#34AD4D (or 0x34AD4D) is known color: Chateau Green. HEX triplet: 34, AD and 4D. RGB value is (52,173,77). Sum of RGB (Red+Green+Blue) = 52+173+77=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 173 (67.97% from 255 or 57.28% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AD4D is #CB52B2. Grayscale: #7E7E7E. Windows color (decimal): -13324979 or 5090612. OLE color: 5090612.
HSL color Cylindrical-coordinate representation of color #34AD4D: hue angle of 132.4º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AD4D is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 173 | 77 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.32 |
| HSL | 132.4º | 0.54% | 0.44% | - |
| HSV(B) | 132.4º | 0.7% | 0.68% | - |
| XYZ | 17.7 | 31.15 | 12.1 | - |
| YUV | 125.88 | 100.41 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 77 | 0.70 | 0 | 0.55 | 0.32 | 132.4 | 0.54 | 0.44 |
| Hex | 34 | AD | 4D | 46 | 0 | 37 | 20 | 84 | 36 | 2C |
| Octal | 64 | 255 | 115 | 106 | 0 | 67 | 40 | 204 | 66 | 54 |
| Binary | 110100 | 10101101 | 1001101 | 1000110 | 0 | 110111 | 100000 | 10000100 | 110110 | 101100 |
Color Harmonies of #34AD4D
Complementary color
Monochromatic Colors of #34AD4D
Black with #34AD4D
Text Example
Text Example
White with #34AD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AD4D; }
p { color: rgb(52,173,77); }
H1.HeaderClassName
{
color: #34AD4D;
}
.AnyTagClassName
{
color: #34AD4D;
}
</style>
background-color css
<style>
a { background-color: #34AD4D; }
a { background-color: rgb(52,173,77); }
div.DivClassName
{
background-color: #34AD4D;
}
.BgClassName
{
background-color: #34AD4D;
}
</style>
border-color css
<style>
span { border-color: #34AD4D; }
span { border-color: rgb(52,173,77); }
td.TdClassName
{
border-color: #34AD4D;
}
.TagClassName
{
border-color: #34AD4D;
}
</style>