Shades of Chateau Green #359F57
Tints of Chateau Green #359F57
RGB
CMYK
RGB Variations
Color information
#359F57 (or 0x359F57) is known color: Chateau Green. HEX triplet: 35, 9F and 57. RGB value is (53,159,87). Sum of RGB (Red+Green+Blue) = 53+159+87=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 159 (62.5% from 255 or 53.18% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 159 - color contains mainly: green. Hex color #359F57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359F57 is #CA60A8. Grayscale: #777777. Windows color (decimal): -13263017 or 5742389. OLE color: 5742389.
HSL color Cylindrical-coordinate representation of color #359F57: hue angle of 139.25º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #359F57 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 159 | 87 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.38 |
| HSL | 139.25º | 0.5% | 0.42% | - |
| HSV(B) | 139.25º | 0.67% | 0.62% | - |
| XYZ | 15.59 | 26.24 | 13.26 | - |
| YUV | 119.1 | 109.88 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 87 | 0.67 | 0 | 0.45 | 0.38 | 139.25 | 0.5 | 0.42 |
| Hex | 35 | 9F | 57 | 43 | 0 | 2D | 26 | 8B | 32 | 2A |
| Octal | 65 | 237 | 127 | 103 | 0 | 55 | 46 | 213 | 62 | 52 |
| Binary | 110101 | 10011111 | 1010111 | 1000011 | 0 | 101101 | 100110 | 10001011 | 110010 | 101010 |
Color Harmonies of #359F57
Complementary color
Monochromatic Colors of #359F57
Black with #359F57
Text Example
Text Example
White with #359F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359F57; }
p { color: rgb(53,159,87); }
H1.HeaderClassName
{
color: #359F57;
}
.AnyTagClassName
{
color: #359F57;
}
</style>
background-color css
<style>
a { background-color: #359F57; }
a { background-color: rgb(53,159,87); }
div.DivClassName
{
background-color: #359F57;
}
.BgClassName
{
background-color: #359F57;
}
</style>
border-color css
<style>
span { border-color: #359F57; }
span { border-color: rgb(53,159,87); }
td.TdClassName
{
border-color: #359F57;
}
.TagClassName
{
border-color: #359F57;
}
</style>