Shades of Chateau Green #34BD50
Tints of Chateau Green #34BD50
RGB
CMYK
RGB Variations
Color information
#34BD50 (or 0x34BD50) is known color: Chateau Green. HEX triplet: 34, BD and 50. RGB value is (52,189,80). Sum of RGB (Red+Green+Blue) = 52+189+80=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 189 (74.22% from 255 or 58.88% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 189 - color contains mainly: green. Hex color #34BD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BD50 is #CB42AF. Grayscale: #878787. Windows color (decimal): -13320880 or 5291316. OLE color: 5291316.
HSL color Cylindrical-coordinate representation of color #34BD50: hue angle of 132.26º 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 #34BD50 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 189 | 80 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.26 |
| HSL | 132.26º | 0.57% | 0.47% | - |
| HSV(B) | 132.26º | 0.72% | 0.74% | - |
| XYZ | 21.06 | 37.7 | 13.76 | - |
| YUV | 135.61 | 96.61 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 189 | 80 | 0.72 | 0 | 0.58 | 0.26 | 132.26 | 0.57 | 0.47 |
| Hex | 34 | BD | 50 | 48 | 0 | 3A | 1A | 84 | 39 | 2F |
| Octal | 64 | 275 | 120 | 110 | 0 | 72 | 32 | 204 | 71 | 57 |
| Binary | 110100 | 10111101 | 1010000 | 1001000 | 0 | 111010 | 11010 | 10000100 | 111001 | 101111 |
Color Harmonies of #34BD50
Complementary color
Monochromatic Colors of #34BD50
Black with #34BD50
Text Example
Text Example
White with #34BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BD50; }
p { color: rgb(52,189,80); }
H1.HeaderClassName
{
color: #34BD50;
}
.AnyTagClassName
{
color: #34BD50;
}
</style>
background-color css
<style>
a { background-color: #34BD50; }
a { background-color: rgb(52,189,80); }
div.DivClassName
{
background-color: #34BD50;
}
.BgClassName
{
background-color: #34BD50;
}
</style>
border-color css
<style>
span { border-color: #34BD50; }
span { border-color: rgb(52,189,80); }
td.TdClassName
{
border-color: #34BD50;
}
.TagClassName
{
border-color: #34BD50;
}
</style>