Shades of Chateau Green #359851
Tints of Chateau Green #359851
RGB
CMYK
RGB Variations
Color information
#359851 (or 0x359851) is known color: Chateau Green. HEX triplet: 35, 98 and 51. RGB value is (53,152,81). Sum of RGB (Red+Green+Blue) = 53+152+81=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 152 (59.77% from 255 or 53.15% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 152 - color contains mainly: green. Hex color #359851 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359851 is #CA67AE. Grayscale: #727272. Windows color (decimal): -13264815 or 5347381. OLE color: 5347381.
HSL color Cylindrical-coordinate representation of color #359851: hue angle of 136.97º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359851 is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 152 | 81 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.40 |
| HSL | 136.97º | 0.48% | 0.4% | - |
| HSV(B) | 136.97º | 0.65% | 0.6% | - |
| XYZ | 14.18 | 23.81 | 11.63 | - |
| YUV | 114.31 | 109.2 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 152 | 81 | 0.65 | 0 | 0.47 | 0.40 | 136.97 | 0.48 | 0.4 |
| Hex | 35 | 98 | 51 | 41 | 0 | 2F | 28 | 89 | 30 | 28 |
| Octal | 65 | 230 | 121 | 101 | 0 | 57 | 50 | 211 | 60 | 50 |
| Binary | 110101 | 10011000 | 1010001 | 1000001 | 0 | 101111 | 101000 | 10001001 | 110000 | 101000 |
Color Harmonies of #359851
Complementary color
Monochromatic Colors of #359851
Black with #359851
Text Example
Text Example
White with #359851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359851; }
p { color: rgb(53,152,81); }
H1.HeaderClassName
{
color: #359851;
}
.AnyTagClassName
{
color: #359851;
}
</style>
background-color css
<style>
a { background-color: #359851; }
a { background-color: rgb(53,152,81); }
div.DivClassName
{
background-color: #359851;
}
.BgClassName
{
background-color: #359851;
}
</style>
border-color css
<style>
span { border-color: #359851; }
span { border-color: rgb(53,152,81); }
td.TdClassName
{
border-color: #359851;
}
.TagClassName
{
border-color: #359851;
}
</style>