Shades of Chateau Green #34A74A
Tints of Chateau Green #34A74A
RGB
CMYK
RGB Variations
Color information
#34A74A (or 0x34A74A) is known color: Chateau Green. HEX triplet: 34, A7 and 4A. RGB value is (52,167,74). Sum of RGB (Red+Green+Blue) = 52+167+74=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 167 (65.62% from 255 or 57.00% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 167 - color contains mainly: green. Hex color #34A74A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A74A is #CB58B5. Grayscale: #7A7A7A. Windows color (decimal): -13326518 or 4892468. OLE color: 4892468.
HSL color Cylindrical-coordinate representation of color #34A74A: hue angle of 131.48º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A74A is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 167 | 74 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.35 |
| HSL | 131.48º | 0.53% | 0.43% | - |
| HSV(B) | 131.48º | 0.69% | 0.65% | - |
| XYZ | 16.47 | 28.86 | 11.18 | - |
| YUV | 122.01 | 100.9 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 167 | 74 | 0.69 | 0 | 0.56 | 0.35 | 131.48 | 0.53 | 0.43 |
| Hex | 34 | A7 | 4A | 45 | 0 | 38 | 23 | 83 | 35 | 2B |
| Octal | 64 | 247 | 112 | 105 | 0 | 70 | 43 | 203 | 65 | 53 |
| Binary | 110100 | 10100111 | 1001010 | 1000101 | 0 | 111000 | 100011 | 10000011 | 110101 | 101011 |
Color Harmonies of #34A74A
Complementary color
Monochromatic Colors of #34A74A
Black with #34A74A
Text Example
Text Example
White with #34A74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A74A; }
p { color: rgb(52,167,74); }
H1.HeaderClassName
{
color: #34A74A;
}
.AnyTagClassName
{
color: #34A74A;
}
</style>
background-color css
<style>
a { background-color: #34A74A; }
a { background-color: rgb(52,167,74); }
div.DivClassName
{
background-color: #34A74A;
}
.BgClassName
{
background-color: #34A74A;
}
</style>
border-color css
<style>
span { border-color: #34A74A; }
span { border-color: rgb(52,167,74); }
td.TdClassName
{
border-color: #34A74A;
}
.TagClassName
{
border-color: #34A74A;
}
</style>