Shades of Lochinvar #48987E
Tints of Lochinvar #48987E
RGB
CMYK
RGB Variations
Color information
#48987E (or 0x48987E) is known color: Lochinvar. HEX triplet: 48, 98 and 7E. RGB value is (72,152,126). Sum of RGB (Red+Green+Blue) = 72+152+126=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #48987E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48987E is #B76781. Grayscale: #7D7D7D. Windows color (decimal): -12019586 or 8296520. OLE color: 8296520.
HSL color Cylindrical-coordinate representation of color #48987E: hue angle of 160.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48987E is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 152 | 126 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.40 |
| HSL | 160.5º | 0.36% | 0.44% | - |
| HSV(B) | 160.5º | 0.53% | 0.6% | - |
| XYZ | 17.67 | 25.34 | 23.7 | - |
| YUV | 125.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 152 | 126 | 0.53 | 0 | 0.17 | 0.40 | 160.5 | 0.36 | 0.44 |
| Hex | 48 | 98 | 7E | 35 | 0 | 11 | 28 | A0 | 24 | 2C |
| Octal | 110 | 230 | 176 | 65 | 0 | 21 | 50 | 240 | 44 | 54 |
| Binary | 1001000 | 10011000 | 1111110 | 110101 | 0 | 10001 | 101000 | 10100000 | 100100 | 101100 |
Color Harmonies of #48987E
Complementary color
Monochromatic Colors of #48987E
Black with #48987E
Text Example
Text Example
White with #48987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48987E; }
p { color: rgb(72,152,126); }
H1.HeaderClassName
{
color: #48987E;
}
.AnyTagClassName
{
color: #48987E;
}
</style>
background-color css
<style>
a { background-color: #48987E; }
a { background-color: rgb(72,152,126); }
div.DivClassName
{
background-color: #48987E;
}
.BgClassName
{
background-color: #48987E;
}
</style>
border-color css
<style>
span { border-color: #48987E; }
span { border-color: rgb(72,152,126); }
td.TdClassName
{
border-color: #48987E;
}
.TagClassName
{
border-color: #48987E;
}
</style>