Shades of Chateau Green #34A045
Tints of Chateau Green #34A045
RGB
CMYK
RGB Variations
Color information
#34A045 (or 0x34A045) is known color: Chateau Green. HEX triplet: 34, A0 and 45. RGB value is (52,160,69). Sum of RGB (Red+Green+Blue) = 52+160+69=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 160 (62.89% from 255 or 56.94% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 160 - color contains mainly: green. Hex color #34A045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A045 is #CB5FBA. Grayscale: #757575. Windows color (decimal): -13328315 or 4562996. OLE color: 4562996.
HSL color Cylindrical-coordinate representation of color #34A045: hue angle of 129.44º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A045 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 160 | 69 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.37 |
| HSL | 129.44º | 0.51% | 0.42% | - |
| HSV(B) | 129.44º | 0.68% | 0.63% | - |
| XYZ | 15.06 | 26.3 | 9.91 | - |
| YUV | 117.33 | 100.72 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 160 | 69 | 0.68 | 0 | 0.57 | 0.37 | 129.44 | 0.51 | 0.42 |
| Hex | 34 | A0 | 45 | 44 | 0 | 39 | 25 | 81 | 33 | 2A |
| Octal | 64 | 240 | 105 | 104 | 0 | 71 | 45 | 201 | 63 | 52 |
| Binary | 110100 | 10100000 | 1000101 | 1000100 | 0 | 111001 | 100101 | 10000001 | 110011 | 101010 |
Color Harmonies of #34A045
Complementary color
Monochromatic Colors of #34A045
Black with #34A045
Text Example
Text Example
White with #34A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A045; }
p { color: rgb(52,160,69); }
H1.HeaderClassName
{
color: #34A045;
}
.AnyTagClassName
{
color: #34A045;
}
</style>
background-color css
<style>
a { background-color: #34A045; }
a { background-color: rgb(52,160,69); }
div.DivClassName
{
background-color: #34A045;
}
.BgClassName
{
background-color: #34A045;
}
</style>
border-color css
<style>
span { border-color: #34A045; }
span { border-color: rgb(52,160,69); }
td.TdClassName
{
border-color: #34A045;
}
.TagClassName
{
border-color: #34A045;
}
</style>