Shades of Chateau Green #359C4B
Tints of Chateau Green #359C4B
RGB
CMYK
RGB Variations
Color information
#359C4B (or 0x359C4B) is known color: Chateau Green. HEX triplet: 35, 9C and 4B. RGB value is (53,156,75). Sum of RGB (Red+Green+Blue) = 53+156+75=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 156 (61.33% from 255 or 54.93% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 156 - color contains mainly: green. Hex color #359C4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359C4B is #CA63B4. Grayscale: #747474. Windows color (decimal): -13263797 or 4955189. OLE color: 4955189.
HSL color Cylindrical-coordinate representation of color #359C4B: hue angle of 132.82º 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 #359C4B is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 156 | 75 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.39 |
| HSL | 132.82º | 0.49% | 0.41% | - |
| HSV(B) | 132.82º | 0.66% | 0.61% | - |
| XYZ | 14.63 | 25.04 | 10.72 | - |
| YUV | 115.97 | 104.88 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 75 | 0.66 | 0 | 0.52 | 0.39 | 132.82 | 0.49 | 0.41 |
| Hex | 35 | 9C | 4B | 42 | 0 | 34 | 27 | 85 | 31 | 29 |
| Octal | 65 | 234 | 113 | 102 | 0 | 64 | 47 | 205 | 61 | 51 |
| Binary | 110101 | 10011100 | 1001011 | 1000010 | 0 | 110100 | 100111 | 10000101 | 110001 | 101001 |
Color Harmonies of #359C4B
Complementary color
Monochromatic Colors of #359C4B
Black with #359C4B
Text Example
Text Example
White with #359C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359C4B; }
p { color: rgb(53,156,75); }
H1.HeaderClassName
{
color: #359C4B;
}
.AnyTagClassName
{
color: #359C4B;
}
</style>
background-color css
<style>
a { background-color: #359C4B; }
a { background-color: rgb(53,156,75); }
div.DivClassName
{
background-color: #359C4B;
}
.BgClassName
{
background-color: #359C4B;
}
</style>
border-color css
<style>
span { border-color: #359C4B; }
span { border-color: rgb(53,156,75); }
td.TdClassName
{
border-color: #359C4B;
}
.TagClassName
{
border-color: #359C4B;
}
</style>