Shades of Green House #375A32
Tints of Green House #375A32
RGB
CMYK
RGB Variations
Color information
#375A32 (or 0x375A32) is known color: Green House. HEX triplet: 37, 5A and 32. RGB value is (55,90,50). Sum of RGB (Red+Green+Blue) = 55+90+50=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #375A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375A32 is #C8A5CD. Grayscale: #4B4B4B. Windows color (decimal): -13149646 or 3299895. OLE color: 3299895.
HSL color Cylindrical-coordinate representation of color #375A32: hue angle of 112.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #375A32 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 90 | 50 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.65 |
| HSL | 112.5º | 0.29% | 0.27% | - |
| HSV(B) | 112.5º | 0.44% | 0.35% | - |
| XYZ | 5.81 | 8.35 | 4.32 | - |
| YUV | 74.98 | 113.9 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 50 | 0.39 | 0 | 0.44 | 0.65 | 112.5 | 0.29 | 0.27 |
| Hex | 37 | 5A | 32 | 27 | 0 | 2C | 41 | 70 | 1D | 1B |
| Octal | 67 | 132 | 62 | 47 | 0 | 54 | 101 | 160 | 35 | 33 |
| Binary | 110111 | 1011010 | 110010 | 100111 | 0 | 101100 | 1000001 | 1110000 | 11101 | 11011 |
Color Harmonies of #375A32
Complementary color
Monochromatic Colors of #375A32
Black with #375A32
Text Example
Text Example
White with #375A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375A32; }
p { color: rgb(55,90,50); }
H1.HeaderClassName
{
color: #375A32;
}
.AnyTagClassName
{
color: #375A32;
}
</style>
background-color css
<style>
a { background-color: #375A32; }
a { background-color: rgb(55,90,50); }
div.DivClassName
{
background-color: #375A32;
}
.BgClassName
{
background-color: #375A32;
}
</style>
border-color css
<style>
span { border-color: #375A32; }
span { border-color: rgb(55,90,50); }
td.TdClassName
{
border-color: #375A32;
}
.TagClassName
{
border-color: #375A32;
}
</style>