Shades of Green House #375A28
Tints of Green House #375A28
RGB
CMYK
RGB Variations
Color information
#375A28 (or 0x375A28) is known color: Green House. HEX triplet: 37, 5A and 28. RGB value is (55,90,40). Sum of RGB (Red+Green+Blue) = 55+90+40=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 90 (35.55% from 255 or 48.65% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 90 - color contains mainly: green. Hex color #375A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375A28 is #C8A5D7. Grayscale: #4A4A4A. Windows color (decimal): -13149656 or 2644535. OLE color: 2644535.
HSL color Cylindrical-coordinate representation of color #375A28: hue angle of 102º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #375A28 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 90 | 40 | - |
| CMYK | 0.39 | 0 | 0.56 | 0.65 |
| HSL | 102º | 0.38% | 0.25% | - |
| HSV(B) | 102º | 0.56% | 0.35% | - |
| XYZ | 5.61 | 8.28 | 3.31 | - |
| YUV | 73.84 | 108.9 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 40 | 0.39 | 0 | 0.56 | 0.65 | 102 | 0.38 | 0.25 |
| Hex | 37 | 5A | 28 | 27 | 0 | 38 | 41 | 66 | 26 | 19 |
| Octal | 67 | 132 | 50 | 47 | 0 | 70 | 101 | 146 | 46 | 31 |
| Binary | 110111 | 1011010 | 101000 | 100111 | 0 | 111000 | 1000001 | 1100110 | 100110 | 11001 |
Color Harmonies of #375A28
Complementary color
Monochromatic Colors of #375A28
Black with #375A28
Text Example
Text Example
White with #375A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375A28; }
p { color: rgb(55,90,40); }
H1.HeaderClassName
{
color: #375A28;
}
.AnyTagClassName
{
color: #375A28;
}
</style>
background-color css
<style>
a { background-color: #375A28; }
a { background-color: rgb(55,90,40); }
div.DivClassName
{
background-color: #375A28;
}
.BgClassName
{
background-color: #375A28;
}
</style>
border-color css
<style>
span { border-color: #375A28; }
span { border-color: rgb(55,90,40); }
td.TdClassName
{
border-color: #375A28;
}
.TagClassName
{
border-color: #375A28;
}
</style>