Shades of Chateau Green #34BA58
Tints of Chateau Green #34BA58
RGB
CMYK
RGB Variations
Color information
#34BA58 (or 0x34BA58) is known color: Chateau Green. HEX triplet: 34, BA and 58. RGB value is (52,186,88). Sum of RGB (Red+Green+Blue) = 52+186+88=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BA58 is #CB45A7. Grayscale: #878787. Windows color (decimal): -13321640 or 5814836. OLE color: 5814836.
HSL color Cylindrical-coordinate representation of color #34BA58: hue angle of 136.12º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BA58 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 186 | 88 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.27 |
| HSL | 136.12º | 0.56% | 0.47% | - |
| HSV(B) | 136.12º | 0.72% | 0.73% | - |
| XYZ | 20.74 | 36.55 | 15.19 | - |
| YUV | 134.76 | 101.61 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 88 | 0.72 | 0 | 0.53 | 0.27 | 136.12 | 0.56 | 0.47 |
| Hex | 34 | BA | 58 | 48 | 0 | 35 | 1B | 88 | 38 | 2F |
| Octal | 64 | 272 | 130 | 110 | 0 | 65 | 33 | 210 | 70 | 57 |
| Binary | 110100 | 10111010 | 1011000 | 1001000 | 0 | 110101 | 11011 | 10001000 | 111000 | 101111 |
Color Harmonies of #34BA58
Complementary color
Monochromatic Colors of #34BA58
Black with #34BA58
Text Example
Text Example
White with #34BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BA58; }
p { color: rgb(52,186,88); }
H1.HeaderClassName
{
color: #34BA58;
}
.AnyTagClassName
{
color: #34BA58;
}
</style>
background-color css
<style>
a { background-color: #34BA58; }
a { background-color: rgb(52,186,88); }
div.DivClassName
{
background-color: #34BA58;
}
.BgClassName
{
background-color: #34BA58;
}
</style>
border-color css
<style>
span { border-color: #34BA58; }
span { border-color: rgb(52,186,88); }
td.TdClassName
{
border-color: #34BA58;
}
.TagClassName
{
border-color: #34BA58;
}
</style>