Shades of Green House #375E20
Tints of Green House #375E20
RGB
CMYK
RGB Variations
Color information
#375E20 (or 0x375E20) is known color: Green House. HEX triplet: 37, 5E and 20. RGB value is (55,94,32). Sum of RGB (Red+Green+Blue) = 55+94+32=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 94 (37.11% from 255 or 51.93% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 94 - color contains mainly: green. Hex color #375E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375E20 is #C8A1DF. Grayscale: #4B4B4B. Windows color (decimal): -13148640 or 2121271. OLE color: 2121271.
HSL color Cylindrical-coordinate representation of color #375E20: hue angle of 97.74º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #375E20 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 94 | 32 | - |
| CMYK | 0.41 | 0 | 0.66 | 0.63 |
| HSL | 97.74º | 0.49% | 0.25% | - |
| HSV(B) | 97.74º | 0.66% | 0.37% | - |
| XYZ | 5.84 | 8.92 | 2.78 | - |
| YUV | 75.27 | 103.58 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 32 | 0.41 | 0 | 0.66 | 0.63 | 97.74 | 0.49 | 0.25 |
| Hex | 37 | 5E | 20 | 29 | 0 | 42 | 3F | 62 | 31 | 19 |
| Octal | 67 | 136 | 40 | 51 | 0 | 102 | 77 | 142 | 61 | 31 |
| Binary | 110111 | 1011110 | 100000 | 101001 | 0 | 1000010 | 111111 | 1100010 | 110001 | 11001 |
Color Harmonies of #375E20
Complementary color
Monochromatic Colors of #375E20
Black with #375E20
Text Example
Text Example
White with #375E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375E20; }
p { color: rgb(55,94,32); }
H1.HeaderClassName
{
color: #375E20;
}
.AnyTagClassName
{
color: #375E20;
}
</style>
background-color css
<style>
a { background-color: #375E20; }
a { background-color: rgb(55,94,32); }
div.DivClassName
{
background-color: #375E20;
}
.BgClassName
{
background-color: #375E20;
}
</style>
border-color css
<style>
span { border-color: #375E20; }
span { border-color: rgb(55,94,32); }
td.TdClassName
{
border-color: #375E20;
}
.TagClassName
{
border-color: #375E20;
}
</style>