Shades of Chateau Green #359545
Tints of Chateau Green #359545
RGB
CMYK
RGB Variations
Color information
#359545 (or 0x359545) is known color: Chateau Green. HEX triplet: 35, 95 and 45. RGB value is (53,149,69). Sum of RGB (Red+Green+Blue) = 53+149+69=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #359545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359545 is #CA6ABA. Grayscale: #6F6F6F. Windows color (decimal): -13265595 or 4560181. OLE color: 4560181.
HSL color Cylindrical-coordinate representation of color #359545: hue angle of 130º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359545 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 149 | 69 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.42 |
| HSL | 130º | 0.48% | 0.4% | - |
| HSV(B) | 130º | 0.64% | 0.58% | - |
| XYZ | 13.29 | 22.68 | 9.31 | - |
| YUV | 111.18 | 104.2 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 149 | 69 | 0.64 | 0 | 0.54 | 0.42 | 130 | 0.48 | 0.4 |
| Hex | 35 | 95 | 45 | 40 | 0 | 36 | 2A | 82 | 30 | 28 |
| Octal | 65 | 225 | 105 | 100 | 0 | 66 | 52 | 202 | 60 | 50 |
| Binary | 110101 | 10010101 | 1000101 | 1000000 | 0 | 110110 | 101010 | 10000010 | 110000 | 101000 |
Color Harmonies of #359545
Complementary color
Monochromatic Colors of #359545
Black with #359545
Text Example
Text Example
White with #359545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359545; }
p { color: rgb(53,149,69); }
H1.HeaderClassName
{
color: #359545;
}
.AnyTagClassName
{
color: #359545;
}
</style>
background-color css
<style>
a { background-color: #359545; }
a { background-color: rgb(53,149,69); }
div.DivClassName
{
background-color: #359545;
}
.BgClassName
{
background-color: #359545;
}
</style>
border-color css
<style>
span { border-color: #359545; }
span { border-color: rgb(53,149,69); }
td.TdClassName
{
border-color: #359545;
}
.TagClassName
{
border-color: #359545;
}
</style>