Shades of Chateau Green #349145
Tints of Chateau Green #349145
RGB
CMYK
RGB Variations
Color information
#349145 (or 0x349145) is known color: Chateau Green. HEX triplet: 34, 91 and 45. RGB value is (52,145,69). Sum of RGB (Red+Green+Blue) = 52+145+69=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 145 (57.03% from 255 or 54.51% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 145 - color contains mainly: green. Hex color #349145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349145 is #CB6EBA. Grayscale: #6C6C6C. Windows color (decimal): -13332155 or 4559156. OLE color: 4559156.
HSL color Cylindrical-coordinate representation of color #349145: hue angle of 130.97º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349145 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 145 | 69 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.43 |
| HSL | 130.97º | 0.47% | 0.39% | - |
| HSV(B) | 130.97º | 0.64% | 0.57% | - |
| XYZ | 12.62 | 21.41 | 9.1 | - |
| YUV | 108.53 | 105.69 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 145 | 69 | 0.64 | 0 | 0.52 | 0.43 | 130.97 | 0.47 | 0.39 |
| Hex | 34 | 91 | 45 | 40 | 0 | 34 | 2B | 83 | 2F | 27 |
| Octal | 64 | 221 | 105 | 100 | 0 | 64 | 53 | 203 | 57 | 47 |
| Binary | 110100 | 10010001 | 1000101 | 1000000 | 0 | 110100 | 101011 | 10000011 | 101111 | 100111 |
Color Harmonies of #349145
Complementary color
Monochromatic Colors of #349145
Black with #349145
Text Example
Text Example
White with #349145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349145; }
p { color: rgb(52,145,69); }
H1.HeaderClassName
{
color: #349145;
}
.AnyTagClassName
{
color: #349145;
}
</style>
background-color css
<style>
a { background-color: #349145; }
a { background-color: rgb(52,145,69); }
div.DivClassName
{
background-color: #349145;
}
.BgClassName
{
background-color: #349145;
}
</style>
border-color css
<style>
span { border-color: #349145; }
span { border-color: rgb(52,145,69); }
td.TdClassName
{
border-color: #349145;
}
.TagClassName
{
border-color: #349145;
}
</style>