Shades of Chateau Green #359C4E
Tints of Chateau Green #359C4E
RGB
CMYK
RGB Variations
Color information
#359C4E (or 0x359C4E) is known color: Chateau Green. HEX triplet: 35, 9C and 4E. RGB value is (53,156,78). Sum of RGB (Red+Green+Blue) = 53+156+78=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 156 (61.33% from 255 or 54.36% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 156 - color contains mainly: green. Hex color #359C4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359C4E is #CA63B1. Grayscale: #747474. Windows color (decimal): -13263794 or 5151797. OLE color: 5151797.
HSL color Cylindrical-coordinate representation of color #359C4E: hue angle of 134.56º 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 #359C4E is Cyan = 0.66, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 156 | 78 | - |
| CMYK | 0.66 | 0 | 0.5 | 0.39 |
| HSL | 134.56º | 0.49% | 0.41% | - |
| HSV(B) | 134.56º | 0.66% | 0.61% | - |
| XYZ | 14.73 | 25.08 | 11.27 | - |
| YUV | 116.31 | 106.38 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 78 | 0.66 | 0 | 0.5 | 0.39 | 134.56 | 0.49 | 0.41 |
| Hex | 35 | 9C | 4E | 42 | 0 | 32 | 27 | 87 | 31 | 29 |
| Octal | 65 | 234 | 116 | 102 | 0 | 62 | 47 | 207 | 61 | 51 |
| Binary | 110101 | 10011100 | 1001110 | 1000010 | 0 | 110010 | 100111 | 10000111 | 110001 | 101001 |
Color Harmonies of #359C4E
Complementary color
Monochromatic Colors of #359C4E
Black with #359C4E
Text Example
Text Example
White with #359C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359C4E; }
p { color: rgb(53,156,78); }
H1.HeaderClassName
{
color: #359C4E;
}
.AnyTagClassName
{
color: #359C4E;
}
</style>
background-color css
<style>
a { background-color: #359C4E; }
a { background-color: rgb(53,156,78); }
div.DivClassName
{
background-color: #359C4E;
}
.BgClassName
{
background-color: #359C4E;
}
</style>
border-color css
<style>
span { border-color: #359C4E; }
span { border-color: rgb(53,156,78); }
td.TdClassName
{
border-color: #359C4E;
}
.TagClassName
{
border-color: #359C4E;
}
</style>