Shades of Green House #375B30
Tints of Green House #375B30
RGB
CMYK
RGB Variations
Color information
#375B30 (or 0x375B30) is known color: Green House. HEX triplet: 37, 5B and 30. RGB value is (55,91,48). Sum of RGB (Red+Green+Blue) = 55+91+48=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 91 (35.94% from 255 or 46.91% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 91 - color contains mainly: green. Hex color #375B30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375B30 is #C8A4CF. Grayscale: #4B4B4B. Windows color (decimal): -13149392 or 3169079. OLE color: 3169079.
HSL color Cylindrical-coordinate representation of color #375B30: hue angle of 110.23º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #375B30 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 91 | 48 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.64 |
| HSL | 110.23º | 0.31% | 0.27% | - |
| HSV(B) | 110.23º | 0.47% | 0.36% | - |
| XYZ | 5.85 | 8.51 | 4.13 | - |
| YUV | 75.33 | 112.57 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 48 | 0.40 | 0 | 0.47 | 0.64 | 110.23 | 0.31 | 0.27 |
| Hex | 37 | 5B | 30 | 28 | 0 | 2F | 40 | 6E | 1F | 1B |
| Octal | 67 | 133 | 60 | 50 | 0 | 57 | 100 | 156 | 37 | 33 |
| Binary | 110111 | 1011011 | 110000 | 101000 | 0 | 101111 | 1000000 | 1101110 | 11111 | 11011 |
Color Harmonies of #375B30
Complementary color
Monochromatic Colors of #375B30
Black with #375B30
Text Example
Text Example
White with #375B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375B30; }
p { color: rgb(55,91,48); }
H1.HeaderClassName
{
color: #375B30;
}
.AnyTagClassName
{
color: #375B30;
}
</style>
background-color css
<style>
a { background-color: #375B30; }
a { background-color: rgb(55,91,48); }
div.DivClassName
{
background-color: #375B30;
}
.BgClassName
{
background-color: #375B30;
}
</style>
border-color css
<style>
span { border-color: #375B30; }
span { border-color: rgb(55,91,48); }
td.TdClassName
{
border-color: #375B30;
}
.TagClassName
{
border-color: #375B30;
}
</style>