Shades of Chateau Green #34A446
Tints of Chateau Green #34A446
RGB
CMYK
RGB Variations
Color information
#34A446 (or 0x34A446) is known color: Chateau Green. HEX triplet: 34, A4 and 46. RGB value is (52,164,70). Sum of RGB (Red+Green+Blue) = 52+164+70=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 164 (64.45% from 255 or 57.34% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 164 - color contains mainly: green. Hex color #34A446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A446 is #CB5BB9. Grayscale: #787878. Windows color (decimal): -13327290 or 4629556. OLE color: 4629556.
HSL color Cylindrical-coordinate representation of color #34A446: hue angle of 129.64º 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 #34A446 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 164 | 70 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.36 |
| HSL | 129.64º | 0.52% | 0.42% | - |
| HSV(B) | 129.64º | 0.68% | 0.64% | - |
| XYZ | 15.8 | 27.72 | 10.31 | - |
| YUV | 119.8 | 99.89 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 164 | 70 | 0.68 | 0 | 0.57 | 0.36 | 129.64 | 0.52 | 0.42 |
| Hex | 34 | A4 | 46 | 44 | 0 | 39 | 24 | 82 | 34 | 2A |
| Octal | 64 | 244 | 106 | 104 | 0 | 71 | 44 | 202 | 64 | 52 |
| Binary | 110100 | 10100100 | 1000110 | 1000100 | 0 | 111001 | 100100 | 10000010 | 110100 | 101010 |
Color Harmonies of #34A446
Complementary color
Monochromatic Colors of #34A446
Black with #34A446
Text Example
Text Example
White with #34A446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A446; }
p { color: rgb(52,164,70); }
H1.HeaderClassName
{
color: #34A446;
}
.AnyTagClassName
{
color: #34A446;
}
</style>
background-color css
<style>
a { background-color: #34A446; }
a { background-color: rgb(52,164,70); }
div.DivClassName
{
background-color: #34A446;
}
.BgClassName
{
background-color: #34A446;
}
</style>
border-color css
<style>
span { border-color: #34A446; }
span { border-color: rgb(52,164,70); }
td.TdClassName
{
border-color: #34A446;
}
.TagClassName
{
border-color: #34A446;
}
</style>