Shades of Green House #376A22
Tints of Green House #376A22
RGB
CMYK
RGB Variations
Color information
#376A22 (or 0x376A22) is known color: Green House. HEX triplet: 37, 6A and 22. RGB value is (55,106,34). Sum of RGB (Red+Green+Blue) = 55+106+34=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 106 (41.80% from 255 or 54.36% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 106 - color contains mainly: green. Hex color #376A22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376A22 is #C895DD. Grayscale: #525252. Windows color (decimal): -13145566 or 2255415. OLE color: 2255415.
HSL color Cylindrical-coordinate representation of color #376A22: hue angle of 102.5º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #376A22 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 106 | 34 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.58 |
| HSL | 102.5º | 0.51% | 0.27% | - |
| HSV(B) | 102.5º | 0.68% | 0.42% | - |
| XYZ | 7.02 | 11.24 | 3.31 | - |
| YUV | 82.54 | 100.6 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 34 | 0.48 | 0 | 0.68 | 0.58 | 102.5 | 0.51 | 0.27 |
| Hex | 37 | 6A | 22 | 30 | 0 | 44 | 3A | 66 | 33 | 1B |
| Octal | 67 | 152 | 42 | 60 | 0 | 104 | 72 | 146 | 63 | 33 |
| Binary | 110111 | 1101010 | 100010 | 110000 | 0 | 1000100 | 111010 | 1100110 | 110011 | 11011 |
Color Harmonies of #376A22
Complementary color
Monochromatic Colors of #376A22
Black with #376A22
Text Example
Text Example
White with #376A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376A22; }
p { color: rgb(55,106,34); }
H1.HeaderClassName
{
color: #376A22;
}
.AnyTagClassName
{
color: #376A22;
}
</style>
background-color css
<style>
a { background-color: #376A22; }
a { background-color: rgb(55,106,34); }
div.DivClassName
{
background-color: #376A22;
}
.BgClassName
{
background-color: #376A22;
}
</style>
border-color css
<style>
span { border-color: #376A22; }
span { border-color: rgb(55,106,34); }
td.TdClassName
{
border-color: #376A22;
}
.TagClassName
{
border-color: #376A22;
}
</style>