Shades of Chateau Green #359541
Tints of Chateau Green #359541
RGB
CMYK
RGB Variations
Color information
#359541 (or 0x359541) is known color: Chateau Green. HEX triplet: 35, 95 and 41. RGB value is (53,149,65). Sum of RGB (Red+Green+Blue) = 53+149+65=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #359541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359541 is #CA6ABE. Grayscale: #6E6E6E. Windows color (decimal): -13265599 or 4298037. OLE color: 4298037.
HSL color Cylindrical-coordinate representation of color #359541: hue angle of 127.5º 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 #359541 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 149 | 65 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.42 |
| HSL | 127.5º | 0.48% | 0.4% | - |
| HSV(B) | 127.5º | 0.64% | 0.58% | - |
| XYZ | 13.17 | 22.63 | 8.68 | - |
| YUV | 110.72 | 102.2 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 149 | 65 | 0.64 | 0 | 0.56 | 0.42 | 127.5 | 0.48 | 0.4 |
| Hex | 35 | 95 | 41 | 40 | 0 | 38 | 2A | 80 | 30 | 28 |
| Octal | 65 | 225 | 101 | 100 | 0 | 70 | 52 | 200 | 60 | 50 |
| Binary | 110101 | 10010101 | 1000001 | 1000000 | 0 | 111000 | 101010 | 10000000 | 110000 | 101000 |
Color Harmonies of #359541
Complementary color
Monochromatic Colors of #359541
Black with #359541
Text Example
Text Example
White with #359541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359541; }
p { color: rgb(53,149,65); }
H1.HeaderClassName
{
color: #359541;
}
.AnyTagClassName
{
color: #359541;
}
</style>
background-color css
<style>
a { background-color: #359541; }
a { background-color: rgb(53,149,65); }
div.DivClassName
{
background-color: #359541;
}
.BgClassName
{
background-color: #359541;
}
</style>
border-color css
<style>
span { border-color: #359541; }
span { border-color: rgb(53,149,65); }
td.TdClassName
{
border-color: #359541;
}
.TagClassName
{
border-color: #359541;
}
</style>