Shades of Chateau Green #349045
Tints of Chateau Green #349045
RGB
CMYK
RGB Variations
Color information
#349045 (or 0x349045) is known color: Chateau Green. HEX triplet: 34, 90 and 45. RGB value is (52,144,69). Sum of RGB (Red+Green+Blue) = 52+144+69=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #349045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349045 is #CB6FBA. Grayscale: #6C6C6C. Windows color (decimal): -13332411 or 4558900. OLE color: 4558900.
HSL color Cylindrical-coordinate representation of color #349045: hue angle of 131.09º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349045 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 144 | 69 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.44 |
| HSL | 131.09º | 0.47% | 0.38% | - |
| HSV(B) | 131.09º | 0.64% | 0.56% | - |
| XYZ | 12.46 | 21.11 | 9.05 | - |
| YUV | 107.94 | 106.02 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 144 | 69 | 0.64 | 0 | 0.52 | 0.44 | 131.09 | 0.47 | 0.38 |
| Hex | 34 | 90 | 45 | 40 | 0 | 34 | 2C | 83 | 2F | 26 |
| Octal | 64 | 220 | 105 | 100 | 0 | 64 | 54 | 203 | 57 | 46 |
| Binary | 110100 | 10010000 | 1000101 | 1000000 | 0 | 110100 | 101100 | 10000011 | 101111 | 100110 |
Color Harmonies of #349045
Complementary color
Monochromatic Colors of #349045
Black with #349045
Text Example
Text Example
White with #349045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349045; }
p { color: rgb(52,144,69); }
H1.HeaderClassName
{
color: #349045;
}
.AnyTagClassName
{
color: #349045;
}
</style>
background-color css
<style>
a { background-color: #349045; }
a { background-color: rgb(52,144,69); }
div.DivClassName
{
background-color: #349045;
}
.BgClassName
{
background-color: #349045;
}
</style>
border-color css
<style>
span { border-color: #349045; }
span { border-color: rgb(52,144,69); }
td.TdClassName
{
border-color: #349045;
}
.TagClassName
{
border-color: #349045;
}
</style>