Shades of Chateau Green #34BD4E
Tints of Chateau Green #34BD4E
RGB
CMYK
RGB Variations
Color information
#34BD4E (or 0x34BD4E) is known color: Chateau Green. HEX triplet: 34, BD and 4E. RGB value is (52,189,78). Sum of RGB (Red+Green+Blue) = 52+189+78=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 189 (74.22% from 255 or 59.25% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 189 - color contains mainly: green. Hex color #34BD4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BD4E is #CB42B1. Grayscale: #878787. Windows color (decimal): -13320882 or 5160244. OLE color: 5160244.
HSL color Cylindrical-coordinate representation of color #34BD4E: hue angle of 131.39º 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 #34BD4E is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 189 | 78 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.26 |
| HSL | 131.39º | 0.57% | 0.47% | - |
| HSV(B) | 131.39º | 0.72% | 0.74% | - |
| XYZ | 20.99 | 37.68 | 13.37 | - |
| YUV | 135.38 | 95.61 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 189 | 78 | 0.72 | 0 | 0.59 | 0.26 | 131.39 | 0.57 | 0.47 |
| Hex | 34 | BD | 4E | 48 | 0 | 3B | 1A | 83 | 39 | 2F |
| Octal | 64 | 275 | 116 | 110 | 0 | 73 | 32 | 203 | 71 | 57 |
| Binary | 110100 | 10111101 | 1001110 | 1001000 | 0 | 111011 | 11010 | 10000011 | 111001 | 101111 |
Color Harmonies of #34BD4E
Complementary color
Monochromatic Colors of #34BD4E
Black with #34BD4E
Text Example
Text Example
White with #34BD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BD4E; }
p { color: rgb(52,189,78); }
H1.HeaderClassName
{
color: #34BD4E;
}
.AnyTagClassName
{
color: #34BD4E;
}
</style>
background-color css
<style>
a { background-color: #34BD4E; }
a { background-color: rgb(52,189,78); }
div.DivClassName
{
background-color: #34BD4E;
}
.BgClassName
{
background-color: #34BD4E;
}
</style>
border-color css
<style>
span { border-color: #34BD4E; }
span { border-color: rgb(52,189,78); }
td.TdClassName
{
border-color: #34BD4E;
}
.TagClassName
{
border-color: #34BD4E;
}
</style>