Shades of Lochinvar #48937E
Tints of Lochinvar #48937E
RGB
CMYK
RGB Variations
Color information
#48937E (or 0x48937E) is known color: Lochinvar. HEX triplet: 48, 93 and 7E. RGB value is (72,147,126). Sum of RGB (Red+Green+Blue) = 72+147+126=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #48937E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48937E is #B76C81. Grayscale: #7A7A7A. Windows color (decimal): -12020866 or 8295240. OLE color: 8295240.
HSL color Cylindrical-coordinate representation of color #48937E: hue angle of 163.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48937E is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 147 | 126 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.42 |
| HSL | 163.2º | 0.34% | 0.43% | - |
| HSV(B) | 163.2º | 0.51% | 0.58% | - |
| XYZ | 16.87 | 23.75 | 23.43 | - |
| YUV | 122.18 | 130.15 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 147 | 126 | 0.51 | 0 | 0.14 | 0.42 | 163.2 | 0.34 | 0.43 |
| Hex | 48 | 93 | 7E | 33 | 0 | E | 2A | A3 | 22 | 2B |
| Octal | 110 | 223 | 176 | 63 | 0 | 16 | 52 | 243 | 42 | 53 |
| Binary | 1001000 | 10010011 | 1111110 | 110011 | 0 | 1110 | 101010 | 10100011 | 100010 | 101011 |
Color Harmonies of #48937E
Complementary color
Monochromatic Colors of #48937E
Black with #48937E
Text Example
Text Example
White with #48937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48937E; }
p { color: rgb(72,147,126); }
H1.HeaderClassName
{
color: #48937E;
}
.AnyTagClassName
{
color: #48937E;
}
</style>
background-color css
<style>
a { background-color: #48937E; }
a { background-color: rgb(72,147,126); }
div.DivClassName
{
background-color: #48937E;
}
.BgClassName
{
background-color: #48937E;
}
</style>
border-color css
<style>
span { border-color: #48937E; }
span { border-color: rgb(72,147,126); }
td.TdClassName
{
border-color: #48937E;
}
.TagClassName
{
border-color: #48937E;
}
</style>