Shades of Lochinvar #48957F
Tints of Lochinvar #48957F
RGB
CMYK
RGB Variations
Color information
#48957F (or 0x48957F) is known color: Lochinvar. HEX triplet: 48, 95 and 7F. RGB value is (72,149,127). Sum of RGB (Red+Green+Blue) = 72+149+127=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #48957F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48957F is #B76A80. Grayscale: #7B7B7B. Windows color (decimal): -12020353 or 8361288. OLE color: 8361288.
HSL color Cylindrical-coordinate representation of color #48957F: hue angle of 162.86º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48957F is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 149 | 127 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.42 |
| HSL | 162.86º | 0.35% | 0.43% | - |
| HSV(B) | 162.86º | 0.52% | 0.58% | - |
| XYZ | 17.25 | 24.4 | 23.88 | - |
| YUV | 123.47 | 129.99 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 149 | 127 | 0.52 | 0 | 0.15 | 0.42 | 162.86 | 0.35 | 0.43 |
| Hex | 48 | 95 | 7F | 34 | 0 | F | 2A | A3 | 23 | 2B |
| Octal | 110 | 225 | 177 | 64 | 0 | 17 | 52 | 243 | 43 | 53 |
| Binary | 1001000 | 10010101 | 1111111 | 110100 | 0 | 1111 | 101010 | 10100011 | 100011 | 101011 |
Color Harmonies of #48957F
Complementary color
Monochromatic Colors of #48957F
Black with #48957F
Text Example
Text Example
White with #48957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48957F; }
p { color: rgb(72,149,127); }
H1.HeaderClassName
{
color: #48957F;
}
.AnyTagClassName
{
color: #48957F;
}
</style>
background-color css
<style>
a { background-color: #48957F; }
a { background-color: rgb(72,149,127); }
div.DivClassName
{
background-color: #48957F;
}
.BgClassName
{
background-color: #48957F;
}
</style>
border-color css
<style>
span { border-color: #48957F; }
span { border-color: rgb(72,149,127); }
td.TdClassName
{
border-color: #48957F;
}
.TagClassName
{
border-color: #48957F;
}
</style>