Shades of Chateau Green #34BA51
Tints of Chateau Green #34BA51
RGB
CMYK
RGB Variations
Color information
#34BA51 (or 0x34BA51) is known color: Chateau Green. HEX triplet: 34, BA and 51. RGB value is (52,186,81). Sum of RGB (Red+Green+Blue) = 52+186+81=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BA51 is #CB45AE. Grayscale: #868686. Windows color (decimal): -13321647 or 5356084. OLE color: 5356084.
HSL color Cylindrical-coordinate representation of color #34BA51: hue angle of 132.99º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BA51 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 186 | 81 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.27 |
| HSL | 132.99º | 0.56% | 0.47% | - |
| HSV(B) | 132.99º | 0.72% | 0.73% | - |
| XYZ | 20.46 | 36.44 | 13.74 | - |
| YUV | 133.96 | 98.11 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 81 | 0.72 | 0 | 0.56 | 0.27 | 132.99 | 0.56 | 0.47 |
| Hex | 34 | BA | 51 | 48 | 0 | 38 | 1B | 85 | 38 | 2F |
| Octal | 64 | 272 | 121 | 110 | 0 | 70 | 33 | 205 | 70 | 57 |
| Binary | 110100 | 10111010 | 1010001 | 1001000 | 0 | 111000 | 11011 | 10000101 | 111000 | 101111 |
Color Harmonies of #34BA51
Complementary color
Monochromatic Colors of #34BA51
Black with #34BA51
Text Example
Text Example
White with #34BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BA51; }
p { color: rgb(52,186,81); }
H1.HeaderClassName
{
color: #34BA51;
}
.AnyTagClassName
{
color: #34BA51;
}
</style>
background-color css
<style>
a { background-color: #34BA51; }
a { background-color: rgb(52,186,81); }
div.DivClassName
{
background-color: #34BA51;
}
.BgClassName
{
background-color: #34BA51;
}
</style>
border-color css
<style>
span { border-color: #34BA51; }
span { border-color: rgb(52,186,81); }
td.TdClassName
{
border-color: #34BA51;
}
.TagClassName
{
border-color: #34BA51;
}
</style>