Shades of Chateau Green #36964E
Tints of Chateau Green #36964E
RGB
CMYK
RGB Variations
Color information
#36964E (or 0x36964E) is known color: Chateau Green. HEX triplet: 36, 96 and 4E. RGB value is (54,150,78). Sum of RGB (Red+Green+Blue) = 54+150+78=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #36964E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36964E is #C969B1. Grayscale: #717171. Windows color (decimal): -13199794 or 5150262. OLE color: 5150262.
HSL color Cylindrical-coordinate representation of color #36964E: hue angle of 135º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36964E is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 150 | 78 | - |
| CMYK | 0.64 | 0 | 0.48 | 0.41 |
| HSL | 135º | 0.47% | 0.4% | - |
| HSV(B) | 135º | 0.64% | 0.59% | - |
| XYZ | 13.8 | 23.15 | 10.95 | - |
| YUV | 113.09 | 108.2 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 150 | 78 | 0.64 | 0 | 0.48 | 0.41 | 135 | 0.47 | 0.4 |
| Hex | 36 | 96 | 4E | 40 | 0 | 30 | 29 | 87 | 2F | 28 |
| Octal | 66 | 226 | 116 | 100 | 0 | 60 | 51 | 207 | 57 | 50 |
| Binary | 110110 | 10010110 | 1001110 | 1000000 | 0 | 110000 | 101001 | 10000111 | 101111 | 101000 |
Color Harmonies of #36964E
Complementary color
Monochromatic Colors of #36964E
Black with #36964E
Text Example
Text Example
White with #36964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36964E; }
p { color: rgb(54,150,78); }
H1.HeaderClassName
{
color: #36964E;
}
.AnyTagClassName
{
color: #36964E;
}
</style>
background-color css
<style>
a { background-color: #36964E; }
a { background-color: rgb(54,150,78); }
div.DivClassName
{
background-color: #36964E;
}
.BgClassName
{
background-color: #36964E;
}
</style>
border-color css
<style>
span { border-color: #36964E; }
span { border-color: rgb(54,150,78); }
td.TdClassName
{
border-color: #36964E;
}
.TagClassName
{
border-color: #36964E;
}
</style>