Shades of Chateau Green #34A151
Tints of Chateau Green #34A151
RGB
CMYK
RGB Variations
Color information
#34A151 (or 0x34A151) is known color: Chateau Green. HEX triplet: 34, A1 and 51. RGB value is (52,161,81). Sum of RGB (Red+Green+Blue) = 52+161+81=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 161 (63.28% from 255 or 54.76% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 161 - color contains mainly: green. Hex color #34A151 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A151 is #CB5EAE. Grayscale: #777777. Windows color (decimal): -13328047 or 5349684. OLE color: 5349684.
HSL color Cylindrical-coordinate representation of color #34A151: hue angle of 135.96º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A151 is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 161 | 81 | - |
| CMYK | 0.68 | 0 | 0.50 | 0.37 |
| HSL | 135.96º | 0.51% | 0.42% | - |
| HSV(B) | 135.96º | 0.68% | 0.63% | - |
| XYZ | 15.65 | 26.81 | 12.14 | - |
| YUV | 119.29 | 106.39 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 161 | 81 | 0.68 | 0 | 0.50 | 0.37 | 135.96 | 0.51 | 0.42 |
| Hex | 34 | A1 | 51 | 44 | 0 | 32 | 25 | 88 | 33 | 2A |
| Octal | 64 | 241 | 121 | 104 | 0 | 62 | 45 | 210 | 63 | 52 |
| Binary | 110100 | 10100001 | 1010001 | 1000100 | 0 | 110010 | 100101 | 10001000 | 110011 | 101010 |
Color Harmonies of #34A151
Complementary color
Monochromatic Colors of #34A151
Black with #34A151
Text Example
Text Example
White with #34A151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A151; }
p { color: rgb(52,161,81); }
H1.HeaderClassName
{
color: #34A151;
}
.AnyTagClassName
{
color: #34A151;
}
</style>
background-color css
<style>
a { background-color: #34A151; }
a { background-color: rgb(52,161,81); }
div.DivClassName
{
background-color: #34A151;
}
.BgClassName
{
background-color: #34A151;
}
</style>
border-color css
<style>
span { border-color: #34A151; }
span { border-color: rgb(52,161,81); }
td.TdClassName
{
border-color: #34A151;
}
.TagClassName
{
border-color: #34A151;
}
</style>