Shades of Chateau Green #34B850
Tints of Chateau Green #34B850
RGB
CMYK
RGB Variations
Color information
#34B850 (or 0x34B850) is known color: Chateau Green. HEX triplet: 34, B8 and 50. RGB value is (52,184,80). Sum of RGB (Red+Green+Blue) = 52+184+80=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 184 (72.27% from 255 or 58.23% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 184 - color contains mainly: green. Hex color #34B850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B850 is #CB47AF. Grayscale: #848484. Windows color (decimal): -13322160 or 5290036. OLE color: 5290036.
HSL color Cylindrical-coordinate representation of color #34B850: hue angle of 132.73º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B850 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 52 | 184 | 80 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.28 |
| HSL | 132.73º | 0.56% | 0.46% | - |
| HSV(B) | 132.73º | 0.72% | 0.72% | - |
| XYZ | 20 | 35.59 | 13.4 | - |
| YUV | 132.68 | 98.27 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 184 | 80 | 0.72 | 0 | 0.57 | 0.28 | 132.73 | 0.56 | 0.46 |
| Hex | 34 | B8 | 50 | 48 | 0 | 39 | 1C | 85 | 38 | 2E |
| Octal | 64 | 270 | 120 | 110 | 0 | 71 | 34 | 205 | 70 | 56 |
| Binary | 110100 | 10111000 | 1010000 | 1001000 | 0 | 111001 | 11100 | 10000101 | 111000 | 101110 |
Color Harmonies of #34B850
Complementary color
Monochromatic Colors of #34B850
Black with #34B850
Text Example
Text Example
White with #34B850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B850; }
p { color: rgb(52,184,80); }
H1.HeaderClassName
{
color: #34B850;
}
.AnyTagClassName
{
color: #34B850;
}
</style>
background-color css
<style>
a { background-color: #34B850; }
a { background-color: rgb(52,184,80); }
div.DivClassName
{
background-color: #34B850;
}
.BgClassName
{
background-color: #34B850;
}
</style>
border-color css
<style>
span { border-color: #34B850; }
span { border-color: rgb(52,184,80); }
td.TdClassName
{
border-color: #34B850;
}
.TagClassName
{
border-color: #34B850;
}
</style>