Shades of Chateau Green #34A258
Tints of Chateau Green #34A258
RGB
CMYK
RGB Variations
Color information
#34A258 (or 0x34A258) is known color: Chateau Green. HEX triplet: 34, A2 and 58. RGB value is (52,162,88). Sum of RGB (Red+Green+Blue) = 52+162+88=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 162 (63.67% from 255 or 53.64% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 162 - color contains mainly: green. Hex color #34A258 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A258 is #CB5DA7. Grayscale: #787878. Windows color (decimal): -13327784 or 5808692. OLE color: 5808692.
HSL color Cylindrical-coordinate representation of color #34A258: hue angle of 139.64º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A258 is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 162 | 88 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.36 |
| HSL | 139.64º | 0.51% | 0.42% | - |
| HSV(B) | 139.64º | 0.68% | 0.64% | - |
| XYZ | 16.1 | 27.28 | 13.65 | - |
| YUV | 120.67 | 109.56 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 162 | 88 | 0.68 | 0 | 0.46 | 0.36 | 139.64 | 0.51 | 0.42 |
| Hex | 34 | A2 | 58 | 44 | 0 | 2E | 24 | 8C | 33 | 2A |
| Octal | 64 | 242 | 130 | 104 | 0 | 56 | 44 | 214 | 63 | 52 |
| Binary | 110100 | 10100010 | 1011000 | 1000100 | 0 | 101110 | 100100 | 10001100 | 110011 | 101010 |
Color Harmonies of #34A258
Complementary color
Monochromatic Colors of #34A258
Black with #34A258
Text Example
Text Example
White with #34A258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A258; }
p { color: rgb(52,162,88); }
H1.HeaderClassName
{
color: #34A258;
}
.AnyTagClassName
{
color: #34A258;
}
</style>
background-color css
<style>
a { background-color: #34A258; }
a { background-color: rgb(52,162,88); }
div.DivClassName
{
background-color: #34A258;
}
.BgClassName
{
background-color: #34A258;
}
</style>
border-color css
<style>
span { border-color: #34A258; }
span { border-color: rgb(52,162,88); }
td.TdClassName
{
border-color: #34A258;
}
.TagClassName
{
border-color: #34A258;
}
</style>