Shades of Green House #375A2D
Tints of Green House #375A2D
RGB
CMYK
RGB Variations
Color information
#375A2D (or 0x375A2D) is known color: Green House. HEX triplet: 37, 5A and 2D. RGB value is (55,90,45). Sum of RGB (Red+Green+Blue) = 55+90+45=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 90 (35.55% from 255 or 47.37% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 90 - color contains mainly: green. Hex color #375A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375A2D is #C8A5D2. Grayscale: #4A4A4A. Windows color (decimal): -13149651 or 2972215. OLE color: 2972215.
HSL color Cylindrical-coordinate representation of color #375A2D: hue angle of 106.67º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #375A2D is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 90 | 45 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.65 |
| HSL | 106.67º | 0.33% | 0.26% | - |
| HSV(B) | 106.67º | 0.5% | 0.35% | - |
| XYZ | 5.71 | 8.31 | 3.79 | - |
| YUV | 74.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 45 | 0.39 | 0 | 0.50 | 0.65 | 106.67 | 0.33 | 0.26 |
| Hex | 37 | 5A | 2D | 27 | 0 | 32 | 41 | 6B | 21 | 1A |
| Octal | 67 | 132 | 55 | 47 | 0 | 62 | 101 | 153 | 41 | 32 |
| Binary | 110111 | 1011010 | 101101 | 100111 | 0 | 110010 | 1000001 | 1101011 | 100001 | 11010 |
Color Harmonies of #375A2D
Complementary color
Monochromatic Colors of #375A2D
Black with #375A2D
Text Example
Text Example
White with #375A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375A2D; }
p { color: rgb(55,90,45); }
H1.HeaderClassName
{
color: #375A2D;
}
.AnyTagClassName
{
color: #375A2D;
}
</style>
background-color css
<style>
a { background-color: #375A2D; }
a { background-color: rgb(55,90,45); }
div.DivClassName
{
background-color: #375A2D;
}
.BgClassName
{
background-color: #375A2D;
}
</style>
border-color css
<style>
span { border-color: #375A2D; }
span { border-color: rgb(55,90,45); }
td.TdClassName
{
border-color: #375A2D;
}
.TagClassName
{
border-color: #375A2D;
}
</style>