Shades of Chateau Green #359550
Tints of Chateau Green #359550
RGB
CMYK
RGB Variations
Color information
#359550 (or 0x359550) is known color: Chateau Green. HEX triplet: 35, 95 and 50. RGB value is (53,149,80). Sum of RGB (Red+Green+Blue) = 53+149+80=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #359550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359550 is #CA6AAF. Grayscale: #707070. Windows color (decimal): -13265584 or 5281077. OLE color: 5281077.
HSL color Cylindrical-coordinate representation of color #359550: hue angle of 136.88º 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 #359550 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 149 | 80 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.42 |
| HSL | 136.88º | 0.48% | 0.4% | - |
| HSV(B) | 136.88º | 0.64% | 0.58% | - |
| XYZ | 13.66 | 22.83 | 11.28 | - |
| YUV | 112.43 | 109.7 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 149 | 80 | 0.64 | 0 | 0.46 | 0.42 | 136.88 | 0.48 | 0.4 |
| Hex | 35 | 95 | 50 | 40 | 0 | 2E | 2A | 89 | 30 | 28 |
| Octal | 65 | 225 | 120 | 100 | 0 | 56 | 52 | 211 | 60 | 50 |
| Binary | 110101 | 10010101 | 1010000 | 1000000 | 0 | 101110 | 101010 | 10001001 | 110000 | 101000 |
Color Harmonies of #359550
Complementary color
Monochromatic Colors of #359550
Black with #359550
Text Example
Text Example
White with #359550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359550; }
p { color: rgb(53,149,80); }
H1.HeaderClassName
{
color: #359550;
}
.AnyTagClassName
{
color: #359550;
}
</style>
background-color css
<style>
a { background-color: #359550; }
a { background-color: rgb(53,149,80); }
div.DivClassName
{
background-color: #359550;
}
.BgClassName
{
background-color: #359550;
}
</style>
border-color css
<style>
span { border-color: #359550; }
span { border-color: rgb(53,149,80); }
td.TdClassName
{
border-color: #359550;
}
.TagClassName
{
border-color: #359550;
}
</style>