Shades of Chateau Green #359E4D
Tints of Chateau Green #359E4D
RGB
CMYK
RGB Variations
Color information
#359E4D (or 0x359E4D) is known color: Chateau Green. HEX triplet: 35, 9E and 4D. RGB value is (53,158,77). Sum of RGB (Red+Green+Blue) = 53+158+77=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 158 (62.11% from 255 or 54.86% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 158 - color contains mainly: green. Hex color #359E4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359E4D is #CA61B2. Grayscale: #757575. Windows color (decimal): -13263283 or 5086773. OLE color: 5086773.
HSL color Cylindrical-coordinate representation of color #359E4D: hue angle of 133.71º 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 #359E4D is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 158 | 77 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.38 |
| HSL | 133.71º | 0.5% | 0.41% | - |
| HSV(B) | 133.71º | 0.66% | 0.62% | - |
| XYZ | 15.03 | 25.75 | 11.2 | - |
| YUV | 117.37 | 105.21 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 158 | 77 | 0.66 | 0 | 0.51 | 0.38 | 133.71 | 0.5 | 0.41 |
| Hex | 35 | 9E | 4D | 42 | 0 | 33 | 26 | 86 | 32 | 29 |
| Octal | 65 | 236 | 115 | 102 | 0 | 63 | 46 | 206 | 62 | 51 |
| Binary | 110101 | 10011110 | 1001101 | 1000010 | 0 | 110011 | 100110 | 10000110 | 110010 | 101001 |
Color Harmonies of #359E4D
Complementary color
Monochromatic Colors of #359E4D
Black with #359E4D
Text Example
Text Example
White with #359E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359E4D; }
p { color: rgb(53,158,77); }
H1.HeaderClassName
{
color: #359E4D;
}
.AnyTagClassName
{
color: #359E4D;
}
</style>
background-color css
<style>
a { background-color: #359E4D; }
a { background-color: rgb(53,158,77); }
div.DivClassName
{
background-color: #359E4D;
}
.BgClassName
{
background-color: #359E4D;
}
</style>
border-color css
<style>
span { border-color: #359E4D; }
span { border-color: rgb(53,158,77); }
td.TdClassName
{
border-color: #359E4D;
}
.TagClassName
{
border-color: #359E4D;
}
</style>