Shades of Green House #375C32
Tints of Green House #375C32
RGB
CMYK
RGB Variations
Color information
#375C32 (or 0x375C32) is known color: Green House. HEX triplet: 37, 5C and 32. RGB value is (55,92,50). Sum of RGB (Red+Green+Blue) = 55+92+50=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 92 (36.33% from 255 or 46.70% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 92 - color contains mainly: green. Hex color #375C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375C32 is #C8A3CD. Grayscale: #4C4C4C. Windows color (decimal): -13149134 or 3300407. OLE color: 3300407.
HSL color Cylindrical-coordinate representation of color #375C32: hue angle of 112.86º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #375C32 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 92 | 50 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.64 |
| HSL | 112.86º | 0.3% | 0.28% | - |
| HSV(B) | 112.86º | 0.46% | 0.36% | - |
| XYZ | 5.98 | 8.7 | 4.38 | - |
| YUV | 76.15 | 113.24 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 50 | 0.40 | 0 | 0.46 | 0.64 | 112.86 | 0.3 | 0.28 |
| Hex | 37 | 5C | 32 | 28 | 0 | 2E | 40 | 71 | 1E | 1C |
| Octal | 67 | 134 | 62 | 50 | 0 | 56 | 100 | 161 | 36 | 34 |
| Binary | 110111 | 1011100 | 110010 | 101000 | 0 | 101110 | 1000000 | 1110001 | 11110 | 11100 |
Color Harmonies of #375C32
Complementary color
Monochromatic Colors of #375C32
Black with #375C32
Text Example
Text Example
White with #375C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375C32; }
p { color: rgb(55,92,50); }
H1.HeaderClassName
{
color: #375C32;
}
.AnyTagClassName
{
color: #375C32;
}
</style>
background-color css
<style>
a { background-color: #375C32; }
a { background-color: rgb(55,92,50); }
div.DivClassName
{
background-color: #375C32;
}
.BgClassName
{
background-color: #375C32;
}
</style>
border-color css
<style>
span { border-color: #375C32; }
span { border-color: rgb(55,92,50); }
td.TdClassName
{
border-color: #375C32;
}
.TagClassName
{
border-color: #375C32;
}
</style>