Shades of Lochinvar #48937A
Tints of Lochinvar #48937A
RGB
CMYK
RGB Variations
Color information
#48937A (or 0x48937A) is known color: Lochinvar. HEX triplet: 48, 93 and 7A. RGB value is (72,147,122). Sum of RGB (Red+Green+Blue) = 72+147+122=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #48937A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48937A is #B76C85. Grayscale: #797979. Windows color (decimal): -12020870 or 8033096. OLE color: 8033096.
HSL color Cylindrical-coordinate representation of color #48937A: hue angle of 160º 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 #48937A is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 147 | 122 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.42 |
| HSL | 160º | 0.34% | 0.43% | - |
| HSV(B) | 160º | 0.51% | 0.58% | - |
| XYZ | 16.62 | 23.65 | 22.1 | - |
| YUV | 121.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 147 | 122 | 0.51 | 0 | 0.17 | 0.42 | 160 | 0.34 | 0.43 |
| Hex | 48 | 93 | 7A | 33 | 0 | 11 | 2A | A0 | 22 | 2B |
| Octal | 110 | 223 | 172 | 63 | 0 | 21 | 52 | 240 | 42 | 53 |
| Binary | 1001000 | 10010011 | 1111010 | 110011 | 0 | 10001 | 101010 | 10100000 | 100010 | 101011 |
Color Harmonies of #48937A
Complementary color
Monochromatic Colors of #48937A
Black with #48937A
Text Example
Text Example
White with #48937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48937A; }
p { color: rgb(72,147,122); }
H1.HeaderClassName
{
color: #48937A;
}
.AnyTagClassName
{
color: #48937A;
}
</style>
background-color css
<style>
a { background-color: #48937A; }
a { background-color: rgb(72,147,122); }
div.DivClassName
{
background-color: #48937A;
}
.BgClassName
{
background-color: #48937A;
}
</style>
border-color css
<style>
span { border-color: #48937A; }
span { border-color: rgb(72,147,122); }
td.TdClassName
{
border-color: #48937A;
}
.TagClassName
{
border-color: #48937A;
}
</style>