Shades of Green House #376828
Tints of Green House #376828
RGB
CMYK
RGB Variations
Color information
#376828 (or 0x376828) is known color: Green House. HEX triplet: 37, 68 and 28. RGB value is (55,104,40). Sum of RGB (Red+Green+Blue) = 55+104+40=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #376828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376828 is #C897D7. Grayscale: #525252. Windows color (decimal): -13146072 or 2648119. OLE color: 2648119.
HSL color Cylindrical-coordinate representation of color #376828: hue angle of 105.94º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #376828 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 55 | 104 | 40 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.59 |
| HSL | 105.94º | 0.44% | 0.28% | - |
| HSV(B) | 105.94º | 0.62% | 0.41% | - |
| XYZ | 6.91 | 10.87 | 3.74 | - |
| YUV | 82.05 | 104.27 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 104 | 40 | 0.47 | 0 | 0.62 | 0.59 | 105.94 | 0.44 | 0.28 |
| Hex | 37 | 68 | 28 | 2F | 0 | 3E | 3B | 6A | 2C | 1C |
| Octal | 67 | 150 | 50 | 57 | 0 | 76 | 73 | 152 | 54 | 34 |
| Binary | 110111 | 1101000 | 101000 | 101111 | 0 | 111110 | 111011 | 1101010 | 101100 | 11100 |
Color Harmonies of #376828
Complementary color
Monochromatic Colors of #376828
Black with #376828
Text Example
Text Example
White with #376828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376828; }
p { color: rgb(55,104,40); }
H1.HeaderClassName
{
color: #376828;
}
.AnyTagClassName
{
color: #376828;
}
</style>
background-color css
<style>
a { background-color: #376828; }
a { background-color: rgb(55,104,40); }
div.DivClassName
{
background-color: #376828;
}
.BgClassName
{
background-color: #376828;
}
</style>
border-color css
<style>
span { border-color: #376828; }
span { border-color: rgb(55,104,40); }
td.TdClassName
{
border-color: #376828;
}
.TagClassName
{
border-color: #376828;
}
</style>