Shades of Chateau Green #34AB4C
Tints of Chateau Green #34AB4C
RGB
CMYK
RGB Variations
Color information
#34AB4C (or 0x34AB4C) is known color: Chateau Green. HEX triplet: 34, AB and 4C. RGB value is (52,171,76). Sum of RGB (Red+Green+Blue) = 52+171+76=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 171 (67.19% from 255 or 57.19% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AB4C is #CB54B3. Grayscale: #7C7C7C. Windows color (decimal): -13325492 or 5024564. OLE color: 5024564.
HSL color Cylindrical-coordinate representation of color #34AB4C: hue angle of 132.1º 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 #34AB4C is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 171 | 76 | - |
| CMYK | 0.70 | 0 | 0.56 | 0.33 |
| HSL | 132.1º | 0.53% | 0.44% | - |
| HSV(B) | 132.1º | 0.7% | 0.67% | - |
| XYZ | 17.28 | 30.38 | 11.79 | - |
| YUV | 124.59 | 100.58 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 171 | 76 | 0.70 | 0 | 0.56 | 0.33 | 132.1 | 0.53 | 0.44 |
| Hex | 34 | AB | 4C | 46 | 0 | 38 | 21 | 84 | 35 | 2C |
| Octal | 64 | 253 | 114 | 106 | 0 | 70 | 41 | 204 | 65 | 54 |
| Binary | 110100 | 10101011 | 1001100 | 1000110 | 0 | 111000 | 100001 | 10000100 | 110101 | 101100 |
Color Harmonies of #34AB4C
Complementary color
Monochromatic Colors of #34AB4C
Black with #34AB4C
Text Example
Text Example
White with #34AB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AB4C; }
p { color: rgb(52,171,76); }
H1.HeaderClassName
{
color: #34AB4C;
}
.AnyTagClassName
{
color: #34AB4C;
}
</style>
background-color css
<style>
a { background-color: #34AB4C; }
a { background-color: rgb(52,171,76); }
div.DivClassName
{
background-color: #34AB4C;
}
.BgClassName
{
background-color: #34AB4C;
}
</style>
border-color css
<style>
span { border-color: #34AB4C; }
span { border-color: rgb(52,171,76); }
td.TdClassName
{
border-color: #34AB4C;
}
.TagClassName
{
border-color: #34AB4C;
}
</style>