Shades of Green House #376A2D
Tints of Green House #376A2D
RGB
CMYK
RGB Variations
Color information
#376A2D (or 0x376A2D) is known color: Green House. HEX triplet: 37, 6A and 2D. RGB value is (55,106,45). Sum of RGB (Red+Green+Blue) = 55+106+45=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 106 (41.80% from 255 or 51.46% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 106 - color contains mainly: green. Hex color #376A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376A2D is #C895D2. Grayscale: #535353. Windows color (decimal): -13145555 or 2976311. OLE color: 2976311.
HSL color Cylindrical-coordinate representation of color #376A2D: hue angle of 110.16º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #376A2D is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 106 | 45 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.58 |
| HSL | 110.16º | 0.4% | 0.3% | - |
| HSV(B) | 110.16º | 0.58% | 0.42% | - |
| XYZ | 7.2 | 11.31 | 4.29 | - |
| YUV | 83.8 | 106.1 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 45 | 0.48 | 0 | 0.58 | 0.58 | 110.16 | 0.4 | 0.3 |
| Hex | 37 | 6A | 2D | 30 | 0 | 3A | 3A | 6E | 28 | 1E |
| Octal | 67 | 152 | 55 | 60 | 0 | 72 | 72 | 156 | 50 | 36 |
| Binary | 110111 | 1101010 | 101101 | 110000 | 0 | 111010 | 111010 | 1101110 | 101000 | 11110 |
Color Harmonies of #376A2D
Complementary color
Monochromatic Colors of #376A2D
Black with #376A2D
Text Example
Text Example
White with #376A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376A2D; }
p { color: rgb(55,106,45); }
H1.HeaderClassName
{
color: #376A2D;
}
.AnyTagClassName
{
color: #376A2D;
}
</style>
background-color css
<style>
a { background-color: #376A2D; }
a { background-color: rgb(55,106,45); }
div.DivClassName
{
background-color: #376A2D;
}
.BgClassName
{
background-color: #376A2D;
}
</style>
border-color css
<style>
span { border-color: #376A2D; }
span { border-color: rgb(55,106,45); }
td.TdClassName
{
border-color: #376A2D;
}
.TagClassName
{
border-color: #376A2D;
}
</style>