Shades of Chateau Green #34BD54
Tints of Chateau Green #34BD54
RGB
CMYK
RGB Variations
Color information
#34BD54 (or 0x34BD54) is known color: Chateau Green. HEX triplet: 34, BD and 54. RGB value is (52,189,84). Sum of RGB (Red+Green+Blue) = 52+189+84=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 189 (74.22% from 255 or 58.15% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 189 - color contains mainly: green. Hex color #34BD54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BD54 is #CB42AB. Grayscale: #888888. Windows color (decimal): -13320876 or 5553460. OLE color: 5553460.
HSL color Cylindrical-coordinate representation of color #34BD54: hue angle of 134.01º 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 #34BD54 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 189 | 84 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.26 |
| HSL | 134.01º | 0.57% | 0.47% | - |
| HSV(B) | 134.01º | 0.72% | 0.74% | - |
| XYZ | 21.21 | 37.77 | 14.56 | - |
| YUV | 136.07 | 98.61 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 189 | 84 | 0.72 | 0 | 0.56 | 0.26 | 134.01 | 0.57 | 0.47 |
| Hex | 34 | BD | 54 | 48 | 0 | 38 | 1A | 86 | 39 | 2F |
| Octal | 64 | 275 | 124 | 110 | 0 | 70 | 32 | 206 | 71 | 57 |
| Binary | 110100 | 10111101 | 1010100 | 1001000 | 0 | 111000 | 11010 | 10000110 | 111001 | 101111 |
Color Harmonies of #34BD54
Complementary color
Monochromatic Colors of #34BD54
Black with #34BD54
Text Example
Text Example
White with #34BD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BD54; }
p { color: rgb(52,189,84); }
H1.HeaderClassName
{
color: #34BD54;
}
.AnyTagClassName
{
color: #34BD54;
}
</style>
background-color css
<style>
a { background-color: #34BD54; }
a { background-color: rgb(52,189,84); }
div.DivClassName
{
background-color: #34BD54;
}
.BgClassName
{
background-color: #34BD54;
}
</style>
border-color css
<style>
span { border-color: #34BD54; }
span { border-color: rgb(52,189,84); }
td.TdClassName
{
border-color: #34BD54;
}
.TagClassName
{
border-color: #34BD54;
}
</style>