Shades of Green House #375B33
Tints of Green House #375B33
RGB
CMYK
RGB Variations
Color information
#375B33 (or 0x375B33) is known color: Green House. HEX triplet: 37, 5B and 33. RGB value is (55,91,51). Sum of RGB (Red+Green+Blue) = 55+91+51=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 91 (35.94% from 255 or 46.19% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 91 - color contains mainly: green. Hex color #375B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375B33 is #C8A4CC. Grayscale: #4B4B4B. Windows color (decimal): -13149389 or 3365687. OLE color: 3365687.
HSL color Cylindrical-coordinate representation of color #375B33: hue angle of 114º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #375B33 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 91 | 51 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.64 |
| HSL | 114º | 0.28% | 0.28% | - |
| HSV(B) | 114º | 0.44% | 0.36% | - |
| XYZ | 5.91 | 8.53 | 4.47 | - |
| YUV | 75.68 | 114.07 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 51 | 0.40 | 0 | 0.44 | 0.64 | 114 | 0.28 | 0.28 |
| Hex | 37 | 5B | 33 | 28 | 0 | 2C | 40 | 72 | 1C | 1C |
| Octal | 67 | 133 | 63 | 50 | 0 | 54 | 100 | 162 | 34 | 34 |
| Binary | 110111 | 1011011 | 110011 | 101000 | 0 | 101100 | 1000000 | 1110010 | 11100 | 11100 |
Color Harmonies of #375B33
Complementary color
Monochromatic Colors of #375B33
Black with #375B33
Text Example
Text Example
White with #375B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375B33; }
p { color: rgb(55,91,51); }
H1.HeaderClassName
{
color: #375B33;
}
.AnyTagClassName
{
color: #375B33;
}
</style>
background-color css
<style>
a { background-color: #375B33; }
a { background-color: rgb(55,91,51); }
div.DivClassName
{
background-color: #375B33;
}
.BgClassName
{
background-color: #375B33;
}
</style>
border-color css
<style>
span { border-color: #375B33; }
span { border-color: rgb(55,91,51); }
td.TdClassName
{
border-color: #375B33;
}
.TagClassName
{
border-color: #375B33;
}
</style>