Shades of Green House #376A31
Tints of Green House #376A31
RGB
CMYK
RGB Variations
Color information
#376A31 (or 0x376A31) is known color: Green House. HEX triplet: 37, 6A and 31. RGB value is (55,106,49). Sum of RGB (Red+Green+Blue) = 55+106+49=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 106 (41.80% from 255 or 50.48% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 106 - color contains mainly: green. Hex color #376A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376A31 is #C895CE. Grayscale: #545454. Windows color (decimal): -13145551 or 3238455. OLE color: 3238455.
HSL color Cylindrical-coordinate representation of color #376A31: hue angle of 113.68º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #376A31 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 106 | 49 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.58 |
| HSL | 113.68º | 0.37% | 0.3% | - |
| HSV(B) | 113.68º | 0.54% | 0.42% | - |
| XYZ | 7.28 | 11.34 | 4.71 | - |
| YUV | 84.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 49 | 0.48 | 0 | 0.54 | 0.58 | 113.68 | 0.37 | 0.3 |
| Hex | 37 | 6A | 31 | 30 | 0 | 36 | 3A | 72 | 25 | 1E |
| Octal | 67 | 152 | 61 | 60 | 0 | 66 | 72 | 162 | 45 | 36 |
| Binary | 110111 | 1101010 | 110001 | 110000 | 0 | 110110 | 111010 | 1110010 | 100101 | 11110 |
Color Harmonies of #376A31
Complementary color
Monochromatic Colors of #376A31
Black with #376A31
Text Example
Text Example
White with #376A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376A31; }
p { color: rgb(55,106,49); }
H1.HeaderClassName
{
color: #376A31;
}
.AnyTagClassName
{
color: #376A31;
}
</style>
background-color css
<style>
a { background-color: #376A31; }
a { background-color: rgb(55,106,49); }
div.DivClassName
{
background-color: #376A31;
}
.BgClassName
{
background-color: #376A31;
}
</style>
border-color css
<style>
span { border-color: #376A31; }
span { border-color: rgb(55,106,49); }
td.TdClassName
{
border-color: #376A31;
}
.TagClassName
{
border-color: #376A31;
}
</style>