Shades of Chateau Green #359547
Tints of Chateau Green #359547
RGB
CMYK
RGB Variations
Color information
#359547 (or 0x359547) is known color: Chateau Green. HEX triplet: 35, 95 and 47. RGB value is (53,149,71). Sum of RGB (Red+Green+Blue) = 53+149+71=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #359547 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359547 is #CA6AB8. Grayscale: #6F6F6F. Windows color (decimal): -13265593 or 4691253. OLE color: 4691253.
HSL color Cylindrical-coordinate representation of color #359547: hue angle of 131.25º 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 #359547 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 149 | 71 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.42 |
| HSL | 131.25º | 0.48% | 0.4% | - |
| HSV(B) | 131.25º | 0.64% | 0.58% | - |
| XYZ | 13.35 | 22.71 | 9.64 | - |
| YUV | 111.4 | 105.2 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 149 | 71 | 0.64 | 0 | 0.52 | 0.42 | 131.25 | 0.48 | 0.4 |
| Hex | 35 | 95 | 47 | 40 | 0 | 34 | 2A | 83 | 30 | 28 |
| Octal | 65 | 225 | 107 | 100 | 0 | 64 | 52 | 203 | 60 | 50 |
| Binary | 110101 | 10010101 | 1000111 | 1000000 | 0 | 110100 | 101010 | 10000011 | 110000 | 101000 |
Color Harmonies of #359547
Complementary color
Monochromatic Colors of #359547
Black with #359547
Text Example
Text Example
White with #359547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359547; }
p { color: rgb(53,149,71); }
H1.HeaderClassName
{
color: #359547;
}
.AnyTagClassName
{
color: #359547;
}
</style>
background-color css
<style>
a { background-color: #359547; }
a { background-color: rgb(53,149,71); }
div.DivClassName
{
background-color: #359547;
}
.BgClassName
{
background-color: #359547;
}
</style>
border-color css
<style>
span { border-color: #359547; }
span { border-color: rgb(53,149,71); }
td.TdClassName
{
border-color: #359547;
}
.TagClassName
{
border-color: #359547;
}
</style>