Shades of Chateau Green #359D4E
Tints of Chateau Green #359D4E
RGB
CMYK
RGB Variations
Color information
#359D4E (or 0x359D4E) is known color: Chateau Green. HEX triplet: 35, 9D and 4E. RGB value is (53,157,78). Sum of RGB (Red+Green+Blue) = 53+157+78=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 157 (61.72% from 255 or 54.51% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 157 - color contains mainly: green. Hex color #359D4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359D4E is #CA62B1. Grayscale: #757575. Windows color (decimal): -13263538 or 5152053. OLE color: 5152053.
HSL color Cylindrical-coordinate representation of color #359D4E: hue angle of 134.42º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359D4E is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 157 | 78 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.38 |
| HSL | 134.42º | 0.5% | 0.41% | - |
| HSV(B) | 134.42º | 0.66% | 0.62% | - |
| XYZ | 14.9 | 25.42 | 11.33 | - |
| YUV | 116.9 | 106.04 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 78 | 0.66 | 0 | 0.50 | 0.38 | 134.42 | 0.5 | 0.41 |
| Hex | 35 | 9D | 4E | 42 | 0 | 32 | 26 | 86 | 32 | 29 |
| Octal | 65 | 235 | 116 | 102 | 0 | 62 | 46 | 206 | 62 | 51 |
| Binary | 110101 | 10011101 | 1001110 | 1000010 | 0 | 110010 | 100110 | 10000110 | 110010 | 101001 |
Color Harmonies of #359D4E
Complementary color
Monochromatic Colors of #359D4E
Black with #359D4E
Text Example
Text Example
White with #359D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359D4E; }
p { color: rgb(53,157,78); }
H1.HeaderClassName
{
color: #359D4E;
}
.AnyTagClassName
{
color: #359D4E;
}
</style>
background-color css
<style>
a { background-color: #359D4E; }
a { background-color: rgb(53,157,78); }
div.DivClassName
{
background-color: #359D4E;
}
.BgClassName
{
background-color: #359D4E;
}
</style>
border-color css
<style>
span { border-color: #359D4E; }
span { border-color: rgb(53,157,78); }
td.TdClassName
{
border-color: #359D4E;
}
.TagClassName
{
border-color: #359D4E;
}
</style>