Shades of Chateau Green #34AA4D
Tints of Chateau Green #34AA4D
RGB
CMYK
RGB Variations
Color information
#34AA4D (or 0x34AA4D) is known color: Chateau Green. HEX triplet: 34, AA and 4D. RGB value is (52,170,77). Sum of RGB (Red+Green+Blue) = 52+170+77=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 170 (66.80% from 255 or 56.86% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AA4D is #CB55B2. Grayscale: #7C7C7C. Windows color (decimal): -13325747 or 5089844. OLE color: 5089844.
HSL color Cylindrical-coordinate representation of color #34AA4D: hue angle of 132.71º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34AA4D is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 170 | 77 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.33 |
| HSL | 132.71º | 0.53% | 0.44% | - |
| HSV(B) | 132.71º | 0.69% | 0.67% | - |
| XYZ | 17.13 | 30.02 | 11.91 | - |
| YUV | 124.12 | 101.41 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 170 | 77 | 0.69 | 0 | 0.55 | 0.33 | 132.71 | 0.53 | 0.44 |
| Hex | 34 | AA | 4D | 45 | 0 | 37 | 21 | 85 | 35 | 2C |
| Octal | 64 | 252 | 115 | 105 | 0 | 67 | 41 | 205 | 65 | 54 |
| Binary | 110100 | 10101010 | 1001101 | 1000101 | 0 | 110111 | 100001 | 10000101 | 110101 | 101100 |
Color Harmonies of #34AA4D
Complementary color
Monochromatic Colors of #34AA4D
Black with #34AA4D
Text Example
Text Example
White with #34AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AA4D; }
p { color: rgb(52,170,77); }
H1.HeaderClassName
{
color: #34AA4D;
}
.AnyTagClassName
{
color: #34AA4D;
}
</style>
background-color css
<style>
a { background-color: #34AA4D; }
a { background-color: rgb(52,170,77); }
div.DivClassName
{
background-color: #34AA4D;
}
.BgClassName
{
background-color: #34AA4D;
}
</style>
border-color css
<style>
span { border-color: #34AA4D; }
span { border-color: rgb(52,170,77); }
td.TdClassName
{
border-color: #34AA4D;
}
.TagClassName
{
border-color: #34AA4D;
}
</style>