Shades of Chateau Green #34BA57
Tints of Chateau Green #34BA57
RGB
CMYK
RGB Variations
Color information
#34BA57 (or 0x34BA57) is known color: Chateau Green. HEX triplet: 34, BA and 57. RGB value is (52,186,87). Sum of RGB (Red+Green+Blue) = 52+186+87=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BA57 is #CB45A8. Grayscale: #868686. Windows color (decimal): -13321641 or 5749300. OLE color: 5749300.
HSL color Cylindrical-coordinate representation of color #34BA57: hue angle of 135.67º 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 #34BA57 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 186 | 87 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.27 |
| HSL | 135.67º | 0.56% | 0.47% | - |
| HSV(B) | 135.67º | 0.72% | 0.73% | - |
| XYZ | 20.7 | 36.54 | 14.98 | - |
| YUV | 134.65 | 101.11 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 87 | 0.72 | 0 | 0.53 | 0.27 | 135.67 | 0.56 | 0.47 |
| Hex | 34 | BA | 57 | 48 | 0 | 35 | 1B | 88 | 38 | 2F |
| Octal | 64 | 272 | 127 | 110 | 0 | 65 | 33 | 210 | 70 | 57 |
| Binary | 110100 | 10111010 | 1010111 | 1001000 | 0 | 110101 | 11011 | 10001000 | 111000 | 101111 |
Color Harmonies of #34BA57
Complementary color
Monochromatic Colors of #34BA57
Black with #34BA57
Text Example
Text Example
White with #34BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BA57; }
p { color: rgb(52,186,87); }
H1.HeaderClassName
{
color: #34BA57;
}
.AnyTagClassName
{
color: #34BA57;
}
</style>
background-color css
<style>
a { background-color: #34BA57; }
a { background-color: rgb(52,186,87); }
div.DivClassName
{
background-color: #34BA57;
}
.BgClassName
{
background-color: #34BA57;
}
</style>
border-color css
<style>
span { border-color: #34BA57; }
span { border-color: rgb(52,186,87); }
td.TdClassName
{
border-color: #34BA57;
}
.TagClassName
{
border-color: #34BA57;
}
</style>