Shades of Chateau Green #34AB5D
Tints of Chateau Green #34AB5D
RGB
CMYK
RGB Variations
Color information
#34AB5D (or 0x34AB5D) is known color: Chateau Green. HEX triplet: 34, AB and 5D. RGB value is (52,171,93). Sum of RGB (Red+Green+Blue) = 52+171+93=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AB5D is #CB54A2. Grayscale: #7E7E7E. Windows color (decimal): -13325475 or 6138676. OLE color: 6138676.
HSL color Cylindrical-coordinate representation of color #34AB5D: hue angle of 140.67º 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 #34AB5D is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 171 | 93 | - |
| CMYK | 0.70 | 0 | 0.46 | 0.33 |
| HSL | 140.67º | 0.53% | 0.44% | - |
| HSV(B) | 140.67º | 0.7% | 0.67% | - |
| XYZ | 17.95 | 30.65 | 15.32 | - |
| YUV | 126.53 | 109.08 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 171 | 93 | 0.70 | 0 | 0.46 | 0.33 | 140.67 | 0.53 | 0.44 |
| Hex | 34 | AB | 5D | 46 | 0 | 2E | 21 | 8D | 35 | 2C |
| Octal | 64 | 253 | 135 | 106 | 0 | 56 | 41 | 215 | 65 | 54 |
| Binary | 110100 | 10101011 | 1011101 | 1000110 | 0 | 101110 | 100001 | 10001101 | 110101 | 101100 |
Color Harmonies of #34AB5D
Complementary color
Monochromatic Colors of #34AB5D
Black with #34AB5D
Text Example
Text Example
White with #34AB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AB5D; }
p { color: rgb(52,171,93); }
H1.HeaderClassName
{
color: #34AB5D;
}
.AnyTagClassName
{
color: #34AB5D;
}
</style>
background-color css
<style>
a { background-color: #34AB5D; }
a { background-color: rgb(52,171,93); }
div.DivClassName
{
background-color: #34AB5D;
}
.BgClassName
{
background-color: #34AB5D;
}
</style>
border-color css
<style>
span { border-color: #34AB5D; }
span { border-color: rgb(52,171,93); }
td.TdClassName
{
border-color: #34AB5D;
}
.TagClassName
{
border-color: #34AB5D;
}
</style>