Shades of Green House #375C2D
Tints of Green House #375C2D
RGB
CMYK
RGB Variations
Color information
#375C2D (or 0x375C2D) is known color: Green House. HEX triplet: 37, 5C and 2D. RGB value is (55,92,45). Sum of RGB (Red+Green+Blue) = 55+92+45=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 92 (36.33% from 255 or 47.92% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 92 - color contains mainly: green. Hex color #375C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375C2D is #C8A3D2. Grayscale: #4B4B4B. Windows color (decimal): -13149139 or 2972727. OLE color: 2972727.
HSL color Cylindrical-coordinate representation of color #375C2D: hue angle of 107.23º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #375C2D is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 92 | 45 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.64 |
| HSL | 107.23º | 0.34% | 0.27% | - |
| HSV(B) | 107.23º | 0.51% | 0.36% | - |
| XYZ | 5.88 | 8.66 | 3.84 | - |
| YUV | 75.58 | 110.74 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 45 | 0.40 | 0 | 0.51 | 0.64 | 107.23 | 0.34 | 0.27 |
| Hex | 37 | 5C | 2D | 28 | 0 | 33 | 40 | 6B | 22 | 1B |
| Octal | 67 | 134 | 55 | 50 | 0 | 63 | 100 | 153 | 42 | 33 |
| Binary | 110111 | 1011100 | 101101 | 101000 | 0 | 110011 | 1000000 | 1101011 | 100010 | 11011 |
Color Harmonies of #375C2D
Complementary color
Monochromatic Colors of #375C2D
Black with #375C2D
Text Example
Text Example
White with #375C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375C2D; }
p { color: rgb(55,92,45); }
H1.HeaderClassName
{
color: #375C2D;
}
.AnyTagClassName
{
color: #375C2D;
}
</style>
background-color css
<style>
a { background-color: #375C2D; }
a { background-color: rgb(55,92,45); }
div.DivClassName
{
background-color: #375C2D;
}
.BgClassName
{
background-color: #375C2D;
}
</style>
border-color css
<style>
span { border-color: #375C2D; }
span { border-color: rgb(55,92,45); }
td.TdClassName
{
border-color: #375C2D;
}
.TagClassName
{
border-color: #375C2D;
}
</style>