Shades of Chateau Green #359C50
Tints of Chateau Green #359C50
RGB
CMYK
RGB Variations
Color information
#359C50 (or 0x359C50) is known color: Chateau Green. HEX triplet: 35, 9C and 50. RGB value is (53,156,80). Sum of RGB (Red+Green+Blue) = 53+156+80=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 156 (61.33% from 255 or 53.98% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 156 - color contains mainly: green. Hex color #359C50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359C50 is #CA63AF. Grayscale: #747474. Windows color (decimal): -13263792 or 5282869. OLE color: 5282869.
HSL color Cylindrical-coordinate representation of color #359C50: hue angle of 135.73º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359C50 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 156 | 80 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.39 |
| HSL | 135.73º | 0.49% | 0.41% | - |
| HSV(B) | 135.73º | 0.66% | 0.61% | - |
| XYZ | 14.8 | 25.11 | 11.66 | - |
| YUV | 116.54 | 107.38 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 80 | 0.66 | 0 | 0.49 | 0.39 | 135.73 | 0.49 | 0.41 |
| Hex | 35 | 9C | 50 | 42 | 0 | 31 | 27 | 88 | 31 | 29 |
| Octal | 65 | 234 | 120 | 102 | 0 | 61 | 47 | 210 | 61 | 51 |
| Binary | 110101 | 10011100 | 1010000 | 1000010 | 0 | 110001 | 100111 | 10001000 | 110001 | 101001 |
Color Harmonies of #359C50
Complementary color
Monochromatic Colors of #359C50
Black with #359C50
Text Example
Text Example
White with #359C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359C50; }
p { color: rgb(53,156,80); }
H1.HeaderClassName
{
color: #359C50;
}
.AnyTagClassName
{
color: #359C50;
}
</style>
background-color css
<style>
a { background-color: #359C50; }
a { background-color: rgb(53,156,80); }
div.DivClassName
{
background-color: #359C50;
}
.BgClassName
{
background-color: #359C50;
}
</style>
border-color css
<style>
span { border-color: #359C50; }
span { border-color: rgb(53,156,80); }
td.TdClassName
{
border-color: #359C50;
}
.TagClassName
{
border-color: #359C50;
}
</style>