Shades of Chateau Green #359654
Tints of Chateau Green #359654
RGB
CMYK
RGB Variations
Color information
#359654 (or 0x359654) is known color: Chateau Green. HEX triplet: 35, 96 and 54. RGB value is (53,150,84). Sum of RGB (Red+Green+Blue) = 53+150+84=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #359654 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359654 is #CA69AB. Grayscale: #717171. Windows color (decimal): -13265324 or 5543477. OLE color: 5543477.
HSL color Cylindrical-coordinate representation of color #359654: hue angle of 139.18º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359654 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 150 | 84 | - |
| CMYK | 0.65 | 0 | 0.44 | 0.41 |
| HSL | 139.18º | 0.48% | 0.4% | - |
| HSV(B) | 139.18º | 0.65% | 0.59% | - |
| XYZ | 13.97 | 23.21 | 12.13 | - |
| YUV | 113.47 | 111.36 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 150 | 84 | 0.65 | 0 | 0.44 | 0.41 | 139.18 | 0.48 | 0.4 |
| Hex | 35 | 96 | 54 | 41 | 0 | 2C | 29 | 8B | 30 | 28 |
| Octal | 65 | 226 | 124 | 101 | 0 | 54 | 51 | 213 | 60 | 50 |
| Binary | 110101 | 10010110 | 1010100 | 1000001 | 0 | 101100 | 101001 | 10001011 | 110000 | 101000 |
Color Harmonies of #359654
Complementary color
Monochromatic Colors of #359654
Black with #359654
Text Example
Text Example
White with #359654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359654; }
p { color: rgb(53,150,84); }
H1.HeaderClassName
{
color: #359654;
}
.AnyTagClassName
{
color: #359654;
}
</style>
background-color css
<style>
a { background-color: #359654; }
a { background-color: rgb(53,150,84); }
div.DivClassName
{
background-color: #359654;
}
.BgClassName
{
background-color: #359654;
}
</style>
border-color css
<style>
span { border-color: #359654; }
span { border-color: rgb(53,150,84); }
td.TdClassName
{
border-color: #359654;
}
.TagClassName
{
border-color: #359654;
}
</style>