Shades of Green House #376820
Tints of Green House #376820
RGB
CMYK
RGB Variations
Color information
#376820 (or 0x376820) is known color: Green House. HEX triplet: 37, 68 and 20. RGB value is (55,104,32). Sum of RGB (Red+Green+Blue) = 55+104+32=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #376820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376820 is #C897DF. Grayscale: #515151. Windows color (decimal): -13146080 or 2123831. OLE color: 2123831.
HSL color Cylindrical-coordinate representation of color #376820: hue angle of 100.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #376820 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 55 | 104 | 32 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.59 |
| HSL | 100.83º | 0.53% | 0.27% | - |
| HSV(B) | 100.83º | 0.69% | 0.41% | - |
| XYZ | 6.79 | 10.82 | 3.1 | - |
| YUV | 81.14 | 100.27 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 104 | 32 | 0.47 | 0 | 0.69 | 0.59 | 100.83 | 0.53 | 0.27 |
| Hex | 37 | 68 | 20 | 2F | 0 | 45 | 3B | 65 | 35 | 1B |
| Octal | 67 | 150 | 40 | 57 | 0 | 105 | 73 | 145 | 65 | 33 |
| Binary | 110111 | 1101000 | 100000 | 101111 | 0 | 1000101 | 111011 | 1100101 | 110101 | 11011 |
Color Harmonies of #376820
Complementary color
Monochromatic Colors of #376820
Black with #376820
Text Example
Text Example
White with #376820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376820; }
p { color: rgb(55,104,32); }
H1.HeaderClassName
{
color: #376820;
}
.AnyTagClassName
{
color: #376820;
}
</style>
background-color css
<style>
a { background-color: #376820; }
a { background-color: rgb(55,104,32); }
div.DivClassName
{
background-color: #376820;
}
.BgClassName
{
background-color: #376820;
}
</style>
border-color css
<style>
span { border-color: #376820; }
span { border-color: rgb(55,104,32); }
td.TdClassName
{
border-color: #376820;
}
.TagClassName
{
border-color: #376820;
}
</style>