Shades of Chateau Green #34AD5D
Tints of Chateau Green #34AD5D
RGB
CMYK
RGB Variations
Color information
#34AD5D (or 0x34AD5D) is known color: Chateau Green. HEX triplet: 34, AD and 5D. RGB value is (52,173,93). Sum of RGB (Red+Green+Blue) = 52+173+93=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 173 (67.97% from 255 or 54.40% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AD5D is #CB52A2. Grayscale: #7F7F7F. Windows color (decimal): -13324963 or 6139188. OLE color: 6139188.
HSL color Cylindrical-coordinate representation of color #34AD5D: hue angle of 140.33º 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 #34AD5D is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 173 | 93 | - |
| CMYK | 0.70 | 0 | 0.46 | 0.32 |
| HSL | 140.33º | 0.54% | 0.44% | - |
| HSV(B) | 140.33º | 0.7% | 0.68% | - |
| XYZ | 18.34 | 31.41 | 15.45 | - |
| YUV | 127.7 | 108.41 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 93 | 0.70 | 0 | 0.46 | 0.32 | 140.33 | 0.54 | 0.44 |
| Hex | 34 | AD | 5D | 46 | 0 | 2E | 20 | 8C | 36 | 2C |
| Octal | 64 | 255 | 135 | 106 | 0 | 56 | 40 | 214 | 66 | 54 |
| Binary | 110100 | 10101101 | 1011101 | 1000110 | 0 | 101110 | 100000 | 10001100 | 110110 | 101100 |
Color Harmonies of #34AD5D
Complementary color
Monochromatic Colors of #34AD5D
Black with #34AD5D
Text Example
Text Example
White with #34AD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AD5D; }
p { color: rgb(52,173,93); }
H1.HeaderClassName
{
color: #34AD5D;
}
.AnyTagClassName
{
color: #34AD5D;
}
</style>
background-color css
<style>
a { background-color: #34AD5D; }
a { background-color: rgb(52,173,93); }
div.DivClassName
{
background-color: #34AD5D;
}
.BgClassName
{
background-color: #34AD5D;
}
</style>
border-color css
<style>
span { border-color: #34AD5D; }
span { border-color: rgb(52,173,93); }
td.TdClassName
{
border-color: #34AD5D;
}
.TagClassName
{
border-color: #34AD5D;
}
</style>