Shades of Green House #376228
Tints of Green House #376228
RGB
CMYK
RGB Variations
Color information
#376228 (or 0x376228) is known color: Green House. HEX triplet: 37, 62 and 28. RGB value is (55,98,40). Sum of RGB (Red+Green+Blue) = 55+98+40=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #376228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376228 is #C89DD7. Grayscale: #4E4E4E. Windows color (decimal): -13147608 or 2646583. OLE color: 2646583.
HSL color Cylindrical-coordinate representation of color #376228: hue angle of 104.48º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #376228 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 98 | 40 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.62 |
| HSL | 104.48º | 0.42% | 0.27% | - |
| HSV(B) | 104.48º | 0.59% | 0.38% | - |
| XYZ | 6.33 | 9.7 | 3.55 | - |
| YUV | 78.53 | 106.25 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 98 | 40 | 0.44 | 0 | 0.59 | 0.62 | 104.48 | 0.42 | 0.27 |
| Hex | 37 | 62 | 28 | 2C | 0 | 3B | 3E | 68 | 2A | 1B |
| Octal | 67 | 142 | 50 | 54 | 0 | 73 | 76 | 150 | 52 | 33 |
| Binary | 110111 | 1100010 | 101000 | 101100 | 0 | 111011 | 111110 | 1101000 | 101010 | 11011 |
Color Harmonies of #376228
Complementary color
Monochromatic Colors of #376228
Black with #376228
Text Example
Text Example
White with #376228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376228; }
p { color: rgb(55,98,40); }
H1.HeaderClassName
{
color: #376228;
}
.AnyTagClassName
{
color: #376228;
}
</style>
background-color css
<style>
a { background-color: #376228; }
a { background-color: rgb(55,98,40); }
div.DivClassName
{
background-color: #376228;
}
.BgClassName
{
background-color: #376228;
}
</style>
border-color css
<style>
span { border-color: #376228; }
span { border-color: rgb(55,98,40); }
td.TdClassName
{
border-color: #376228;
}
.TagClassName
{
border-color: #376228;
}
</style>