Shades of Chateau Green #34BD57
Tints of Chateau Green #34BD57
RGB
CMYK
RGB Variations
Color information
#34BD57 (or 0x34BD57) is known color: Chateau Green. HEX triplet: 34, BD and 57. RGB value is (52,189,87). Sum of RGB (Red+Green+Blue) = 52+189+87=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 189 (74.22% from 255 or 57.62% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 189 - color contains mainly: green. Hex color #34BD57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BD57 is #CB42A8. Grayscale: #888888. Windows color (decimal): -13320873 or 5750068. OLE color: 5750068.
HSL color Cylindrical-coordinate representation of color #34BD57: hue angle of 135.33º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BD57 is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 189 | 87 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.26 |
| HSL | 135.33º | 0.57% | 0.47% | - |
| HSV(B) | 135.33º | 0.72% | 0.74% | - |
| XYZ | 21.33 | 37.81 | 15.19 | - |
| YUV | 136.41 | 100.11 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 189 | 87 | 0.72 | 0 | 0.54 | 0.26 | 135.33 | 0.57 | 0.47 |
| Hex | 34 | BD | 57 | 48 | 0 | 36 | 1A | 87 | 39 | 2F |
| Octal | 64 | 275 | 127 | 110 | 0 | 66 | 32 | 207 | 71 | 57 |
| Binary | 110100 | 10111101 | 1010111 | 1001000 | 0 | 110110 | 11010 | 10000111 | 111001 | 101111 |
Color Harmonies of #34BD57
Complementary color
Monochromatic Colors of #34BD57
Black with #34BD57
Text Example
Text Example
White with #34BD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BD57; }
p { color: rgb(52,189,87); }
H1.HeaderClassName
{
color: #34BD57;
}
.AnyTagClassName
{
color: #34BD57;
}
</style>
background-color css
<style>
a { background-color: #34BD57; }
a { background-color: rgb(52,189,87); }
div.DivClassName
{
background-color: #34BD57;
}
.BgClassName
{
background-color: #34BD57;
}
</style>
border-color css
<style>
span { border-color: #34BD57; }
span { border-color: rgb(52,189,87); }
td.TdClassName
{
border-color: #34BD57;
}
.TagClassName
{
border-color: #34BD57;
}
</style>