Shades of Green House #376B32
Tints of Green House #376B32
RGB
CMYK
RGB Variations
Color information
#376B32 (or 0x376B32) is known color: Green House. HEX triplet: 37, 6B and 32. RGB value is (55,107,50). Sum of RGB (Red+Green+Blue) = 55+107+50=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 107 (42.19% from 255 or 50.47% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 107 - color contains mainly: green. Hex color #376B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376B32 is #C894CD. Grayscale: #555555. Windows color (decimal): -13145294 or 3304247. OLE color: 3304247.
HSL color Cylindrical-coordinate representation of color #376B32: hue angle of 114.74º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #376B32 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 107 | 50 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.58 |
| HSL | 114.74º | 0.36% | 0.31% | - |
| HSV(B) | 114.74º | 0.53% | 0.42% | - |
| XYZ | 7.41 | 11.56 | 4.86 | - |
| YUV | 84.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 50 | 0.49 | 0 | 0.53 | 0.58 | 114.74 | 0.36 | 0.31 |
| Hex | 37 | 6B | 32 | 31 | 0 | 35 | 3A | 73 | 24 | 1F |
| Octal | 67 | 153 | 62 | 61 | 0 | 65 | 72 | 163 | 44 | 37 |
| Binary | 110111 | 1101011 | 110010 | 110001 | 0 | 110101 | 111010 | 1110011 | 100100 | 11111 |
Color Harmonies of #376B32
Complementary color
Monochromatic Colors of #376B32
Black with #376B32
Text Example
Text Example
White with #376B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376B32; }
p { color: rgb(55,107,50); }
H1.HeaderClassName
{
color: #376B32;
}
.AnyTagClassName
{
color: #376B32;
}
</style>
background-color css
<style>
a { background-color: #376B32; }
a { background-color: rgb(55,107,50); }
div.DivClassName
{
background-color: #376B32;
}
.BgClassName
{
background-color: #376B32;
}
</style>
border-color css
<style>
span { border-color: #376B32; }
span { border-color: rgb(55,107,50); }
td.TdClassName
{
border-color: #376B32;
}
.TagClassName
{
border-color: #376B32;
}
</style>