Shades of Chateau Green #34AF5D
Tints of Chateau Green #34AF5D
RGB
CMYK
RGB Variations
Color information
#34AF5D (or 0x34AF5D) is known color: Chateau Green. HEX triplet: 34, AF and 5D. RGB value is (52,175,93). Sum of RGB (Red+Green+Blue) = 52+175+93=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 175 (68.75% from 255 or 54.69% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AF5D is #CB50A2. Grayscale: #818181. Windows color (decimal): -13324451 or 6139700. OLE color: 6139700.
HSL color Cylindrical-coordinate representation of color #34AF5D: hue angle of 140º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AF5D is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 175 | 93 | - |
| CMYK | 0.70 | 0 | 0.47 | 0.31 |
| HSL | 140º | 0.54% | 0.45% | - |
| HSV(B) | 140º | 0.7% | 0.69% | - |
| XYZ | 18.72 | 32.18 | 15.58 | - |
| YUV | 128.88 | 107.75 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 175 | 93 | 0.70 | 0 | 0.47 | 0.31 | 140 | 0.54 | 0.45 |
| Hex | 34 | AF | 5D | 46 | 0 | 2F | 1F | 8C | 36 | 2D |
| Octal | 64 | 257 | 135 | 106 | 0 | 57 | 37 | 214 | 66 | 55 |
| Binary | 110100 | 10101111 | 1011101 | 1000110 | 0 | 101111 | 11111 | 10001100 | 110110 | 101101 |
Color Harmonies of #34AF5D
Complementary color
Monochromatic Colors of #34AF5D
Black with #34AF5D
Text Example
Text Example
White with #34AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AF5D; }
p { color: rgb(52,175,93); }
H1.HeaderClassName
{
color: #34AF5D;
}
.AnyTagClassName
{
color: #34AF5D;
}
</style>
background-color css
<style>
a { background-color: #34AF5D; }
a { background-color: rgb(52,175,93); }
div.DivClassName
{
background-color: #34AF5D;
}
.BgClassName
{
background-color: #34AF5D;
}
</style>
border-color css
<style>
span { border-color: #34AF5D; }
span { border-color: rgb(52,175,93); }
td.TdClassName
{
border-color: #34AF5D;
}
.TagClassName
{
border-color: #34AF5D;
}
</style>