Shades of Chateau Green #34AD58
Tints of Chateau Green #34AD58
RGB
CMYK
RGB Variations
Color information
#34AD58 (or 0x34AD58) is known color: Chateau Green. HEX triplet: 34, AD and 58. RGB value is (52,173,88). Sum of RGB (Red+Green+Blue) = 52+173+88=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 173 (67.97% from 255 or 55.27% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AD58 is #CB52A7. Grayscale: #7F7F7F. Windows color (decimal): -13324968 or 5811508. OLE color: 5811508.
HSL color Cylindrical-coordinate representation of color #34AD58: hue angle of 137.85º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AD58 is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 173 | 88 | - |
| CMYK | 0.70 | 0 | 0.49 | 0.32 |
| HSL | 137.85º | 0.54% | 0.44% | - |
| HSV(B) | 137.85º | 0.7% | 0.68% | - |
| XYZ | 18.12 | 31.32 | 14.32 | - |
| YUV | 127.13 | 105.91 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 88 | 0.70 | 0 | 0.49 | 0.32 | 137.85 | 0.54 | 0.44 |
| Hex | 34 | AD | 58 | 46 | 0 | 31 | 20 | 8A | 36 | 2C |
| Octal | 64 | 255 | 130 | 106 | 0 | 61 | 40 | 212 | 66 | 54 |
| Binary | 110100 | 10101101 | 1011000 | 1000110 | 0 | 110001 | 100000 | 10001010 | 110110 | 101100 |
Color Harmonies of #34AD58
Complementary color
Monochromatic Colors of #34AD58
Black with #34AD58
Text Example
Text Example
White with #34AD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AD58; }
p { color: rgb(52,173,88); }
H1.HeaderClassName
{
color: #34AD58;
}
.AnyTagClassName
{
color: #34AD58;
}
</style>
background-color css
<style>
a { background-color: #34AD58; }
a { background-color: rgb(52,173,88); }
div.DivClassName
{
background-color: #34AD58;
}
.BgClassName
{
background-color: #34AD58;
}
</style>
border-color css
<style>
span { border-color: #34AD58; }
span { border-color: rgb(52,173,88); }
td.TdClassName
{
border-color: #34AD58;
}
.TagClassName
{
border-color: #34AD58;
}
</style>