Shades of Lochinvar #48947A
Tints of Lochinvar #48947A
RGB
CMYK
RGB Variations
Color information
#48947A (or 0x48947A) is known color: Lochinvar. HEX triplet: 48, 94 and 7A. RGB value is (72,148,122). Sum of RGB (Red+Green+Blue) = 72+148+122=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #48947A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48947A is #B76B85. Grayscale: #7A7A7A. Windows color (decimal): -12020614 or 8033352. OLE color: 8033352.
HSL color Cylindrical-coordinate representation of color #48947A: hue angle of 159.47º degrees, saturation: 0.35, 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 #48947A is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 148 | 122 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.42 |
| HSL | 159.47º | 0.35% | 0.43% | - |
| HSV(B) | 159.47º | 0.51% | 0.58% | - |
| XYZ | 16.78 | 23.96 | 22.15 | - |
| YUV | 122.31 | 127.82 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 148 | 122 | 0.51 | 0 | 0.18 | 0.42 | 159.47 | 0.35 | 0.43 |
| Hex | 48 | 94 | 7A | 33 | 0 | 12 | 2A | 9F | 23 | 2B |
| Octal | 110 | 224 | 172 | 63 | 0 | 22 | 52 | 237 | 43 | 53 |
| Binary | 1001000 | 10010100 | 1111010 | 110011 | 0 | 10010 | 101010 | 10011111 | 100011 | 101011 |
Color Harmonies of #48947A
Complementary color
Monochromatic Colors of #48947A
Black with #48947A
Text Example
Text Example
White with #48947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48947A; }
p { color: rgb(72,148,122); }
H1.HeaderClassName
{
color: #48947A;
}
.AnyTagClassName
{
color: #48947A;
}
</style>
background-color css
<style>
a { background-color: #48947A; }
a { background-color: rgb(72,148,122); }
div.DivClassName
{
background-color: #48947A;
}
.BgClassName
{
background-color: #48947A;
}
</style>
border-color css
<style>
span { border-color: #48947A; }
span { border-color: rgb(72,148,122); }
td.TdClassName
{
border-color: #48947A;
}
.TagClassName
{
border-color: #48947A;
}
</style>