Shades of Chateau Green #34A85B
Tints of Chateau Green #34A85B
RGB
CMYK
RGB Variations
Color information
#34A85B (or 0x34A85B) is known color: Chateau Green. HEX triplet: 34, A8 and 5B. RGB value is (52,168,91). Sum of RGB (Red+Green+Blue) = 52+168+91=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 168 (66.02% from 255 or 54.02% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 168 - color contains mainly: green. Hex color #34A85B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A85B is #CB57A4. Grayscale: #7C7C7C. Windows color (decimal): -13326245 or 6006836. OLE color: 6006836.
HSL color Cylindrical-coordinate representation of color #34A85B: hue angle of 140.17º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A85B is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 52 | 168 | 91 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.34 |
| HSL | 140.17º | 0.53% | 0.43% | - |
| HSV(B) | 140.17º | 0.69% | 0.66% | - |
| XYZ | 17.31 | 29.49 | 14.68 | - |
| YUV | 124.54 | 109.07 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 168 | 91 | 0.69 | 0 | 0.46 | 0.34 | 140.17 | 0.53 | 0.43 |
| Hex | 34 | A8 | 5B | 45 | 0 | 2E | 22 | 8C | 35 | 2B |
| Octal | 64 | 250 | 133 | 105 | 0 | 56 | 42 | 214 | 65 | 53 |
| Binary | 110100 | 10101000 | 1011011 | 1000101 | 0 | 101110 | 100010 | 10001100 | 110101 | 101011 |
Color Harmonies of #34A85B
Complementary color
Monochromatic Colors of #34A85B
Black with #34A85B
Text Example
Text Example
White with #34A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A85B; }
p { color: rgb(52,168,91); }
H1.HeaderClassName
{
color: #34A85B;
}
.AnyTagClassName
{
color: #34A85B;
}
</style>
background-color css
<style>
a { background-color: #34A85B; }
a { background-color: rgb(52,168,91); }
div.DivClassName
{
background-color: #34A85B;
}
.BgClassName
{
background-color: #34A85B;
}
</style>
border-color css
<style>
span { border-color: #34A85B; }
span { border-color: rgb(52,168,91); }
td.TdClassName
{
border-color: #34A85B;
}
.TagClassName
{
border-color: #34A85B;
}
</style>