Shades of Chateau Green #34A24B
Tints of Chateau Green #34A24B
RGB
CMYK
RGB Variations
Color information
#34A24B (or 0x34A24B) is known color: Chateau Green. HEX triplet: 34, A2 and 4B. RGB value is (52,162,75). Sum of RGB (Red+Green+Blue) = 52+162+75=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 162 (63.67% from 255 or 56.06% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 162 - color contains mainly: green. Hex color #34A24B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A24B is #CB5DB4. Grayscale: #777777. Windows color (decimal): -13327797 or 4956724. OLE color: 4956724.
HSL color Cylindrical-coordinate representation of color #34A24B: hue angle of 132.55º 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 #34A24B is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 162 | 75 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.36 |
| HSL | 132.55º | 0.51% | 0.42% | - |
| HSV(B) | 132.55º | 0.68% | 0.64% | - |
| XYZ | 15.61 | 27.08 | 11.06 | - |
| YUV | 119.19 | 103.06 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 162 | 75 | 0.68 | 0 | 0.54 | 0.36 | 132.55 | 0.51 | 0.42 |
| Hex | 34 | A2 | 4B | 44 | 0 | 36 | 24 | 85 | 33 | 2A |
| Octal | 64 | 242 | 113 | 104 | 0 | 66 | 44 | 205 | 63 | 52 |
| Binary | 110100 | 10100010 | 1001011 | 1000100 | 0 | 110110 | 100100 | 10000101 | 110011 | 101010 |
Color Harmonies of #34A24B
Complementary color
Monochromatic Colors of #34A24B
Black with #34A24B
Text Example
Text Example
White with #34A24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A24B; }
p { color: rgb(52,162,75); }
H1.HeaderClassName
{
color: #34A24B;
}
.AnyTagClassName
{
color: #34A24B;
}
</style>
background-color css
<style>
a { background-color: #34A24B; }
a { background-color: rgb(52,162,75); }
div.DivClassName
{
background-color: #34A24B;
}
.BgClassName
{
background-color: #34A24B;
}
</style>
border-color css
<style>
span { border-color: #34A24B; }
span { border-color: rgb(52,162,75); }
td.TdClassName
{
border-color: #34A24B;
}
.TagClassName
{
border-color: #34A24B;
}
</style>