Shades of Chateau Green #36964C
Tints of Chateau Green #36964C
RGB
CMYK
RGB Variations
Color information
#36964C (or 0x36964C) is known color: Chateau Green. HEX triplet: 36, 96 and 4C. RGB value is (54,150,76). Sum of RGB (Red+Green+Blue) = 54+150+76=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #36964C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36964C is #C969B3. Grayscale: #717171. Windows color (decimal): -13199796 or 5019190. OLE color: 5019190.
HSL color Cylindrical-coordinate representation of color #36964C: hue angle of 133.75º 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 #36964C is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 150 | 76 | - |
| CMYK | 0.64 | 0 | 0.49 | 0.41 |
| HSL | 133.75º | 0.47% | 0.4% | - |
| HSV(B) | 133.75º | 0.64% | 0.59% | - |
| XYZ | 13.73 | 23.12 | 10.58 | - |
| YUV | 112.86 | 107.2 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 150 | 76 | 0.64 | 0 | 0.49 | 0.41 | 133.75 | 0.47 | 0.4 |
| Hex | 36 | 96 | 4C | 40 | 0 | 31 | 29 | 86 | 2F | 28 |
| Octal | 66 | 226 | 114 | 100 | 0 | 61 | 51 | 206 | 57 | 50 |
| Binary | 110110 | 10010110 | 1001100 | 1000000 | 0 | 110001 | 101001 | 10000110 | 101111 | 101000 |
Color Harmonies of #36964C
Complementary color
Monochromatic Colors of #36964C
Black with #36964C
Text Example
Text Example
White with #36964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36964C; }
p { color: rgb(54,150,76); }
H1.HeaderClassName
{
color: #36964C;
}
.AnyTagClassName
{
color: #36964C;
}
</style>
background-color css
<style>
a { background-color: #36964C; }
a { background-color: rgb(54,150,76); }
div.DivClassName
{
background-color: #36964C;
}
.BgClassName
{
background-color: #36964C;
}
</style>
border-color css
<style>
span { border-color: #36964C; }
span { border-color: rgb(54,150,76); }
td.TdClassName
{
border-color: #36964C;
}
.TagClassName
{
border-color: #36964C;
}
</style>