Shades of Green House #375A30
Tints of Green House #375A30
RGB
CMYK
RGB Variations
Color information
#375A30 (or 0x375A30) is known color: Green House. HEX triplet: 37, 5A and 30. RGB value is (55,90,48). Sum of RGB (Red+Green+Blue) = 55+90+48=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #375A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375A30 is #C8A5CF. Grayscale: #4A4A4A. Windows color (decimal): -13149648 or 3168823. OLE color: 3168823.
HSL color Cylindrical-coordinate representation of color #375A30: hue angle of 110º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #375A30 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 90 | 48 | - |
| CMYK | 0.39 | 0 | 0.47 | 0.65 |
| HSL | 110º | 0.3% | 0.27% | - |
| HSV(B) | 110º | 0.47% | 0.35% | - |
| XYZ | 5.77 | 8.34 | 4.1 | - |
| YUV | 74.75 | 112.9 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 48 | 0.39 | 0 | 0.47 | 0.65 | 110 | 0.3 | 0.27 |
| Hex | 37 | 5A | 30 | 27 | 0 | 2F | 41 | 6E | 1E | 1B |
| Octal | 67 | 132 | 60 | 47 | 0 | 57 | 101 | 156 | 36 | 33 |
| Binary | 110111 | 1011010 | 110000 | 100111 | 0 | 101111 | 1000001 | 1101110 | 11110 | 11011 |
Color Harmonies of #375A30
Complementary color
Monochromatic Colors of #375A30
Black with #375A30
Text Example
Text Example
White with #375A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375A30; }
p { color: rgb(55,90,48); }
H1.HeaderClassName
{
color: #375A30;
}
.AnyTagClassName
{
color: #375A30;
}
</style>
background-color css
<style>
a { background-color: #375A30; }
a { background-color: rgb(55,90,48); }
div.DivClassName
{
background-color: #375A30;
}
.BgClassName
{
background-color: #375A30;
}
</style>
border-color css
<style>
span { border-color: #375A30; }
span { border-color: rgb(55,90,48); }
td.TdClassName
{
border-color: #375A30;
}
.TagClassName
{
border-color: #375A30;
}
</style>