Shades of Chateau Green #34AF4E
Tints of Chateau Green #34AF4E
RGB
CMYK
RGB Variations
Color information
#34AF4E (or 0x34AF4E) is known color: Chateau Green. HEX triplet: 34, AF and 4E. RGB value is (52,175,78). Sum of RGB (Red+Green+Blue) = 52+175+78=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AF4E is #CB50B1. Grayscale: #7F7F7F. Windows color (decimal): -13324466 or 5156660. OLE color: 5156660.
HSL color Cylindrical-coordinate representation of color #34AF4E: hue angle of 132.68º 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 #34AF4E is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 175 | 78 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.31 |
| HSL | 132.68º | 0.54% | 0.45% | - |
| HSV(B) | 132.68º | 0.7% | 0.69% | - |
| XYZ | 18.12 | 31.94 | 12.42 | - |
| YUV | 127.17 | 100.25 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 175 | 78 | 0.70 | 0 | 0.55 | 0.31 | 132.68 | 0.54 | 0.45 |
| Hex | 34 | AF | 4E | 46 | 0 | 37 | 1F | 85 | 36 | 2D |
| Octal | 64 | 257 | 116 | 106 | 0 | 67 | 37 | 205 | 66 | 55 |
| Binary | 110100 | 10101111 | 1001110 | 1000110 | 0 | 110111 | 11111 | 10000101 | 110110 | 101101 |
Color Harmonies of #34AF4E
Complementary color
Monochromatic Colors of #34AF4E
Black with #34AF4E
Text Example
Text Example
White with #34AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AF4E; }
p { color: rgb(52,175,78); }
H1.HeaderClassName
{
color: #34AF4E;
}
.AnyTagClassName
{
color: #34AF4E;
}
</style>
background-color css
<style>
a { background-color: #34AF4E; }
a { background-color: rgb(52,175,78); }
div.DivClassName
{
background-color: #34AF4E;
}
.BgClassName
{
background-color: #34AF4E;
}
</style>
border-color css
<style>
span { border-color: #34AF4E; }
span { border-color: rgb(52,175,78); }
td.TdClassName
{
border-color: #34AF4E;
}
.TagClassName
{
border-color: #34AF4E;
}
</style>