Shades of Chateau Green #379650
Tints of Chateau Green #379650
RGB
CMYK
RGB Variations
Color information
#379650 (or 0x379650) is known color: Chateau Green. HEX triplet: 37, 96 and 50. RGB value is (55,150,80). Sum of RGB (Red+Green+Blue) = 55+150+80=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #379650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379650 is #C869AF. Grayscale: #717171. Windows color (decimal): -13134256 or 5281335. OLE color: 5281335.
HSL color Cylindrical-coordinate representation of color #379650: hue angle of 135.79º 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 #379650 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 150 | 80 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.41 |
| HSL | 135.79º | 0.46% | 0.4% | - |
| HSV(B) | 135.79º | 0.63% | 0.59% | - |
| XYZ | 13.93 | 23.2 | 11.33 | - |
| YUV | 113.62 | 109.03 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 150 | 80 | 0.63 | 0 | 0.47 | 0.41 | 135.79 | 0.46 | 0.4 |
| Hex | 37 | 96 | 50 | 3F | 0 | 2F | 29 | 88 | 2E | 28 |
| Octal | 67 | 226 | 120 | 77 | 0 | 57 | 51 | 210 | 56 | 50 |
| Binary | 110111 | 10010110 | 1010000 | 111111 | 0 | 101111 | 101001 | 10001000 | 101110 | 101000 |
Color Harmonies of #379650
Complementary color
Monochromatic Colors of #379650
Black with #379650
Text Example
Text Example
White with #379650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379650; }
p { color: rgb(55,150,80); }
H1.HeaderClassName
{
color: #379650;
}
.AnyTagClassName
{
color: #379650;
}
</style>
background-color css
<style>
a { background-color: #379650; }
a { background-color: rgb(55,150,80); }
div.DivClassName
{
background-color: #379650;
}
.BgClassName
{
background-color: #379650;
}
</style>
border-color css
<style>
span { border-color: #379650; }
span { border-color: rgb(55,150,80); }
td.TdClassName
{
border-color: #379650;
}
.TagClassName
{
border-color: #379650;
}
</style>