Shades of Chateau Green #34AD4B
Tints of Chateau Green #34AD4B
RGB
CMYK
RGB Variations
Color information
#34AD4B (or 0x34AD4B) is known color: Chateau Green. HEX triplet: 34, AD and 4B. RGB value is (52,173,75). Sum of RGB (Red+Green+Blue) = 52+173+75=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 173 (67.97% from 255 or 57.67% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AD4B is #CB52B4. Grayscale: #7D7D7D. Windows color (decimal): -13324981 or 4959540. OLE color: 4959540.
HSL color Cylindrical-coordinate representation of color #34AD4B: hue angle of 131.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 #34AD4B is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 173 | 75 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.32 |
| HSL | 131.41º | 0.54% | 0.44% | - |
| HSV(B) | 131.41º | 0.7% | 0.68% | - |
| XYZ | 17.63 | 31.13 | 11.74 | - |
| YUV | 125.65 | 99.41 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 75 | 0.70 | 0 | 0.57 | 0.32 | 131.41 | 0.54 | 0.44 |
| Hex | 34 | AD | 4B | 46 | 0 | 39 | 20 | 83 | 36 | 2C |
| Octal | 64 | 255 | 113 | 106 | 0 | 71 | 40 | 203 | 66 | 54 |
| Binary | 110100 | 10101101 | 1001011 | 1000110 | 0 | 111001 | 100000 | 10000011 | 110110 | 101100 |
Color Harmonies of #34AD4B
Complementary color
Monochromatic Colors of #34AD4B
Black with #34AD4B
Text Example
Text Example
White with #34AD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AD4B; }
p { color: rgb(52,173,75); }
H1.HeaderClassName
{
color: #34AD4B;
}
.AnyTagClassName
{
color: #34AD4B;
}
</style>
background-color css
<style>
a { background-color: #34AD4B; }
a { background-color: rgb(52,173,75); }
div.DivClassName
{
background-color: #34AD4B;
}
.BgClassName
{
background-color: #34AD4B;
}
</style>
border-color css
<style>
span { border-color: #34AD4B; }
span { border-color: rgb(52,173,75); }
td.TdClassName
{
border-color: #34AD4B;
}
.TagClassName
{
border-color: #34AD4B;
}
</style>