Shades of Lochinvar #48997A
Tints of Lochinvar #48997A
RGB
CMYK
RGB Variations
Color information
#48997A (or 0x48997A) is known color: Lochinvar. HEX triplet: 48, 99 and 7A. RGB value is (72,153,122). Sum of RGB (Red+Green+Blue) = 72+153+122=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #48997A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48997A is #B76685. Grayscale: #7D7D7D. Windows color (decimal): -12019334 or 8034632. OLE color: 8034632.
HSL color Cylindrical-coordinate representation of color #48997A: hue angle of 157.04º 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 #48997A is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 153 | 122 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.4 |
| HSL | 157.04º | 0.36% | 0.44% | - |
| HSV(B) | 157.04º | 0.53% | 0.6% | - |
| XYZ | 17.58 | 25.57 | 22.42 | - |
| YUV | 125.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 153 | 122 | 0.53 | 0 | 0.20 | 0.4 | 157.04 | 0.36 | 0.44 |
| Hex | 48 | 99 | 7A | 35 | 0 | 14 | 28 | 9D | 24 | 2C |
| Octal | 110 | 231 | 172 | 65 | 0 | 24 | 50 | 235 | 44 | 54 |
| Binary | 1001000 | 10011001 | 1111010 | 110101 | 0 | 10100 | 101000 | 10011101 | 100100 | 101100 |
Color Harmonies of #48997A
Complementary color
Monochromatic Colors of #48997A
Black with #48997A
Text Example
Text Example
White with #48997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48997A; }
p { color: rgb(72,153,122); }
H1.HeaderClassName
{
color: #48997A;
}
.AnyTagClassName
{
color: #48997A;
}
</style>
background-color css
<style>
a { background-color: #48997A; }
a { background-color: rgb(72,153,122); }
div.DivClassName
{
background-color: #48997A;
}
.BgClassName
{
background-color: #48997A;
}
</style>
border-color css
<style>
span { border-color: #48997A; }
span { border-color: rgb(72,153,122); }
td.TdClassName
{
border-color: #48997A;
}
.TagClassName
{
border-color: #48997A;
}
</style>