Shades of Chateau Green #34AD50
Tints of Chateau Green #34AD50
RGB
CMYK
RGB Variations
Color information
#34AD50 (or 0x34AD50) is known color: Chateau Green. HEX triplet: 34, AD and 50. RGB value is (52,173,80). Sum of RGB (Red+Green+Blue) = 52+173+80=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AD50 is #CB52AF. Grayscale: #7E7E7E. Windows color (decimal): -13324976 or 5287220. OLE color: 5287220.
HSL color Cylindrical-coordinate representation of color #34AD50: hue angle of 133.88º 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 #34AD50 is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 173 | 80 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.32 |
| HSL | 133.88º | 0.54% | 0.44% | - |
| HSV(B) | 133.88º | 0.7% | 0.68% | - |
| XYZ | 17.81 | 31.2 | 12.67 | - |
| YUV | 126.22 | 101.91 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 80 | 0.70 | 0 | 0.54 | 0.32 | 133.88 | 0.54 | 0.44 |
| Hex | 34 | AD | 50 | 46 | 0 | 36 | 20 | 86 | 36 | 2C |
| Octal | 64 | 255 | 120 | 106 | 0 | 66 | 40 | 206 | 66 | 54 |
| Binary | 110100 | 10101101 | 1010000 | 1000110 | 0 | 110110 | 100000 | 10000110 | 110110 | 101100 |
Color Harmonies of #34AD50
Complementary color
Monochromatic Colors of #34AD50
Black with #34AD50
Text Example
Text Example
White with #34AD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AD50; }
p { color: rgb(52,173,80); }
H1.HeaderClassName
{
color: #34AD50;
}
.AnyTagClassName
{
color: #34AD50;
}
</style>
background-color css
<style>
a { background-color: #34AD50; }
a { background-color: rgb(52,173,80); }
div.DivClassName
{
background-color: #34AD50;
}
.BgClassName
{
background-color: #34AD50;
}
</style>
border-color css
<style>
span { border-color: #34AD50; }
span { border-color: rgb(52,173,80); }
td.TdClassName
{
border-color: #34AD50;
}
.TagClassName
{
border-color: #34AD50;
}
</style>