Shades of Chateau Green #34AF4D
Tints of Chateau Green #34AF4D
RGB
CMYK
RGB Variations
Color information
#34AF4D (or 0x34AF4D) is known color: Chateau Green. HEX triplet: 34, AF and 4D. RGB value is (52,175,77). Sum of RGB (Red+Green+Blue) = 52+175+77=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 175 (68.75% from 255 or 57.57% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AF4D is #CB50B2. Grayscale: #7F7F7F. Windows color (decimal): -13324467 or 5091124. OLE color: 5091124.
HSL color Cylindrical-coordinate representation of color #34AF4D: hue angle of 132.2º 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 #34AF4D is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 175 | 77 | - |
| CMYK | 0.70 | 0 | 0.56 | 0.31 |
| HSL | 132.2º | 0.54% | 0.45% | - |
| HSV(B) | 132.2º | 0.7% | 0.69% | - |
| XYZ | 18.09 | 31.93 | 12.23 | - |
| YUV | 127.05 | 99.75 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 175 | 77 | 0.70 | 0 | 0.56 | 0.31 | 132.2 | 0.54 | 0.45 |
| Hex | 34 | AF | 4D | 46 | 0 | 38 | 1F | 84 | 36 | 2D |
| Octal | 64 | 257 | 115 | 106 | 0 | 70 | 37 | 204 | 66 | 55 |
| Binary | 110100 | 10101111 | 1001101 | 1000110 | 0 | 111000 | 11111 | 10000100 | 110110 | 101101 |
Color Harmonies of #34AF4D
Complementary color
Monochromatic Colors of #34AF4D
Black with #34AF4D
Text Example
Text Example
White with #34AF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AF4D; }
p { color: rgb(52,175,77); }
H1.HeaderClassName
{
color: #34AF4D;
}
.AnyTagClassName
{
color: #34AF4D;
}
</style>
background-color css
<style>
a { background-color: #34AF4D; }
a { background-color: rgb(52,175,77); }
div.DivClassName
{
background-color: #34AF4D;
}
.BgClassName
{
background-color: #34AF4D;
}
</style>
border-color css
<style>
span { border-color: #34AF4D; }
span { border-color: rgb(52,175,77); }
td.TdClassName
{
border-color: #34AF4D;
}
.TagClassName
{
border-color: #34AF4D;
}
</style>