Shades of Chateau Green #37964D
Tints of Chateau Green #37964D
RGB
CMYK
RGB Variations
Color information
#37964D (or 0x37964D) is known color: Chateau Green. HEX triplet: 37, 96 and 4D. RGB value is (55,150,77). Sum of RGB (Red+Green+Blue) = 55+150+77=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #37964D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37964D is #C869B2. Grayscale: #717171. Windows color (decimal): -13134259 or 5084727. OLE color: 5084727.
HSL color Cylindrical-coordinate representation of color #37964D: hue angle of 133.89º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37964D is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 150 | 77 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.41 |
| HSL | 133.89º | 0.46% | 0.4% | - |
| HSV(B) | 133.89º | 0.63% | 0.59% | - |
| XYZ | 13.82 | 23.16 | 10.76 | - |
| YUV | 113.27 | 107.53 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 150 | 77 | 0.63 | 0 | 0.49 | 0.41 | 133.89 | 0.46 | 0.4 |
| Hex | 37 | 96 | 4D | 3F | 0 | 31 | 29 | 86 | 2E | 28 |
| Octal | 67 | 226 | 115 | 77 | 0 | 61 | 51 | 206 | 56 | 50 |
| Binary | 110111 | 10010110 | 1001101 | 111111 | 0 | 110001 | 101001 | 10000110 | 101110 | 101000 |
Color Harmonies of #37964D
Complementary color
Monochromatic Colors of #37964D
Black with #37964D
Text Example
Text Example
White with #37964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37964D; }
p { color: rgb(55,150,77); }
H1.HeaderClassName
{
color: #37964D;
}
.AnyTagClassName
{
color: #37964D;
}
</style>
background-color css
<style>
a { background-color: #37964D; }
a { background-color: rgb(55,150,77); }
div.DivClassName
{
background-color: #37964D;
}
.BgClassName
{
background-color: #37964D;
}
</style>
border-color css
<style>
span { border-color: #37964D; }
span { border-color: rgb(55,150,77); }
td.TdClassName
{
border-color: #37964D;
}
.TagClassName
{
border-color: #37964D;
}
</style>