Shades of Chateau Green #34A652
Tints of Chateau Green #34A652
RGB
CMYK
RGB Variations
Color information
#34A652 (or 0x34A652) is known color: Chateau Green. HEX triplet: 34, A6 and 52. RGB value is (52,166,82). Sum of RGB (Red+Green+Blue) = 52+166+82=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 166 (65.23% from 255 or 55.33% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 166 - color contains mainly: green. Hex color #34A652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A652 is #CB59AD. Grayscale: #7A7A7A. Windows color (decimal): -13326766 or 5416500. OLE color: 5416500.
HSL color Cylindrical-coordinate representation of color #34A652: hue angle of 135.79º degrees, saturation: 0.52, 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 #34A652 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 166 | 82 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.35 |
| HSL | 135.79º | 0.52% | 0.43% | - |
| HSV(B) | 135.79º | 0.69% | 0.65% | - |
| XYZ | 16.58 | 28.61 | 12.63 | - |
| YUV | 122.34 | 105.23 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 166 | 82 | 0.69 | 0 | 0.51 | 0.35 | 135.79 | 0.52 | 0.43 |
| Hex | 34 | A6 | 52 | 45 | 0 | 33 | 23 | 88 | 34 | 2B |
| Octal | 64 | 246 | 122 | 105 | 0 | 63 | 43 | 210 | 64 | 53 |
| Binary | 110100 | 10100110 | 1010010 | 1000101 | 0 | 110011 | 100011 | 10001000 | 110100 | 101011 |
Color Harmonies of #34A652
Complementary color
Monochromatic Colors of #34A652
Black with #34A652
Text Example
Text Example
White with #34A652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A652; }
p { color: rgb(52,166,82); }
H1.HeaderClassName
{
color: #34A652;
}
.AnyTagClassName
{
color: #34A652;
}
</style>
background-color css
<style>
a { background-color: #34A652; }
a { background-color: rgb(52,166,82); }
div.DivClassName
{
background-color: #34A652;
}
.BgClassName
{
background-color: #34A652;
}
</style>
border-color css
<style>
span { border-color: #34A652; }
span { border-color: rgb(52,166,82); }
td.TdClassName
{
border-color: #34A652;
}
.TagClassName
{
border-color: #34A652;
}
</style>