Shades of Chateau Green #34AB4D
Tints of Chateau Green #34AB4D
RGB
CMYK
RGB Variations
Color information
#34AB4D (or 0x34AB4D) is known color: Chateau Green. HEX triplet: 34, AB and 4D. RGB value is (52,171,77). Sum of RGB (Red+Green+Blue) = 52+171+77=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 171 (67.19% from 255 or 57% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AB4D is #CB54B2. Grayscale: #7C7C7C. Windows color (decimal): -13325491 or 5090100. OLE color: 5090100.
HSL color Cylindrical-coordinate representation of color #34AB4D: hue angle of 132.61º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AB4D is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 171 | 77 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.33 |
| HSL | 132.61º | 0.53% | 0.44% | - |
| HSV(B) | 132.61º | 0.7% | 0.67% | - |
| XYZ | 17.32 | 30.39 | 11.97 | - |
| YUV | 124.7 | 101.08 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 171 | 77 | 0.70 | 0 | 0.55 | 0.33 | 132.61 | 0.53 | 0.44 |
| Hex | 34 | AB | 4D | 46 | 0 | 37 | 21 | 85 | 35 | 2C |
| Octal | 64 | 253 | 115 | 106 | 0 | 67 | 41 | 205 | 65 | 54 |
| Binary | 110100 | 10101011 | 1001101 | 1000110 | 0 | 110111 | 100001 | 10000101 | 110101 | 101100 |
Color Harmonies of #34AB4D
Complementary color
Monochromatic Colors of #34AB4D
Black with #34AB4D
Text Example
Text Example
White with #34AB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AB4D; }
p { color: rgb(52,171,77); }
H1.HeaderClassName
{
color: #34AB4D;
}
.AnyTagClassName
{
color: #34AB4D;
}
</style>
background-color css
<style>
a { background-color: #34AB4D; }
a { background-color: rgb(52,171,77); }
div.DivClassName
{
background-color: #34AB4D;
}
.BgClassName
{
background-color: #34AB4D;
}
</style>
border-color css
<style>
span { border-color: #34AB4D; }
span { border-color: rgb(52,171,77); }
td.TdClassName
{
border-color: #34AB4D;
}
.TagClassName
{
border-color: #34AB4D;
}
</style>