Shades of Chateau Green #34A458
Tints of Chateau Green #34A458
RGB
CMYK
RGB Variations
Color information
#34A458 (or 0x34A458) is known color: Chateau Green. HEX triplet: 34, A4 and 58. RGB value is (52,164,88). Sum of RGB (Red+Green+Blue) = 52+164+88=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 164 (64.45% from 255 or 53.95% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 164 - color contains mainly: green. Hex color #34A458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A458 is #CB5BA7. Grayscale: #7A7A7A. Windows color (decimal): -13327272 or 5809204. OLE color: 5809204.
HSL color Cylindrical-coordinate representation of color #34A458: hue angle of 139.29º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A458 is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 164 | 88 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.36 |
| HSL | 139.29º | 0.52% | 0.42% | - |
| HSV(B) | 139.29º | 0.68% | 0.64% | - |
| XYZ | 16.45 | 27.99 | 13.77 | - |
| YUV | 121.85 | 108.89 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 164 | 88 | 0.68 | 0 | 0.46 | 0.36 | 139.29 | 0.52 | 0.42 |
| Hex | 34 | A4 | 58 | 44 | 0 | 2E | 24 | 8B | 34 | 2A |
| Octal | 64 | 244 | 130 | 104 | 0 | 56 | 44 | 213 | 64 | 52 |
| Binary | 110100 | 10100100 | 1011000 | 1000100 | 0 | 101110 | 100100 | 10001011 | 110100 | 101010 |
Color Harmonies of #34A458
Complementary color
Monochromatic Colors of #34A458
Black with #34A458
Text Example
Text Example
White with #34A458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A458; }
p { color: rgb(52,164,88); }
H1.HeaderClassName
{
color: #34A458;
}
.AnyTagClassName
{
color: #34A458;
}
</style>
background-color css
<style>
a { background-color: #34A458; }
a { background-color: rgb(52,164,88); }
div.DivClassName
{
background-color: #34A458;
}
.BgClassName
{
background-color: #34A458;
}
</style>
border-color css
<style>
span { border-color: #34A458; }
span { border-color: rgb(52,164,88); }
td.TdClassName
{
border-color: #34A458;
}
.TagClassName
{
border-color: #34A458;
}
</style>