Shades of Chateau Green #379949
Tints of Chateau Green #379949
RGB
CMYK
RGB Variations
Color information
#379949 (or 0x379949) is known color: Chateau Green. HEX triplet: 37, 99 and 49. RGB value is (55,153,73). Sum of RGB (Red+Green+Blue) = 55+153+73=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #379949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379949 is #C866B6. Grayscale: #727272. Windows color (decimal): -13133495 or 4823351. OLE color: 4823351.
HSL color Cylindrical-coordinate representation of color #379949: hue angle of 131.02º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379949 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 153 | 73 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.4 |
| HSL | 131.02º | 0.47% | 0.41% | - |
| HSV(B) | 131.02º | 0.64% | 0.6% | - |
| XYZ | 14.17 | 24.08 | 10.2 | - |
| YUV | 114.58 | 104.53 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 153 | 73 | 0.64 | 0 | 0.52 | 0.4 | 131.02 | 0.47 | 0.41 |
| Hex | 37 | 99 | 49 | 40 | 0 | 34 | 28 | 83 | 2F | 29 |
| Octal | 67 | 231 | 111 | 100 | 0 | 64 | 50 | 203 | 57 | 51 |
| Binary | 110111 | 10011001 | 1001001 | 1000000 | 0 | 110100 | 101000 | 10000011 | 101111 | 101001 |
Color Harmonies of #379949
Complementary color
Monochromatic Colors of #379949
Black with #379949
Text Example
Text Example
White with #379949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379949; }
p { color: rgb(55,153,73); }
H1.HeaderClassName
{
color: #379949;
}
.AnyTagClassName
{
color: #379949;
}
</style>
background-color css
<style>
a { background-color: #379949; }
a { background-color: rgb(55,153,73); }
div.DivClassName
{
background-color: #379949;
}
.BgClassName
{
background-color: #379949;
}
</style>
border-color css
<style>
span { border-color: #379949; }
span { border-color: rgb(55,153,73); }
td.TdClassName
{
border-color: #379949;
}
.TagClassName
{
border-color: #379949;
}
</style>