Shades of Lochinvar #48998F
Tints of Lochinvar #48998F
RGB
CMYK
RGB Variations
Color information
#48998F (or 0x48998F) is known color: Lochinvar. HEX triplet: 48, 99 and 8F. RGB value is (72,153,143). Sum of RGB (Red+Green+Blue) = 72+153+143=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #48998F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48998F is #B76670. Grayscale: #7F7F7F. Windows color (decimal): -12019313 or 9410888. OLE color: 9410888.
HSL color Cylindrical-coordinate representation of color #48998F: hue angle of 172.59º 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 #48998F is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 153 | 143 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.4 |
| HSL | 172.59º | 0.36% | 0.44% | - |
| HSV(B) | 172.59º | 0.53% | 0.6% | - |
| XYZ | 19.02 | 26.14 | 30.03 | - |
| YUV | 127.64 | 136.66 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 153 | 143 | 0.53 | 0 | 0.07 | 0.4 | 172.59 | 0.36 | 0.44 |
| Hex | 48 | 99 | 8F | 35 | 0 | 7 | 28 | AD | 24 | 2C |
| Octal | 110 | 231 | 217 | 65 | 0 | 7 | 50 | 255 | 44 | 54 |
| Binary | 1001000 | 10011001 | 10001111 | 110101 | 0 | 111 | 101000 | 10101101 | 100100 | 101100 |
Color Harmonies of #48998F
Complementary color
Monochromatic Colors of #48998F
Black with #48998F
Text Example
Text Example
White with #48998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48998F; }
p { color: rgb(72,153,143); }
H1.HeaderClassName
{
color: #48998F;
}
.AnyTagClassName
{
color: #48998F;
}
</style>
background-color css
<style>
a { background-color: #48998F; }
a { background-color: rgb(72,153,143); }
div.DivClassName
{
background-color: #48998F;
}
.BgClassName
{
background-color: #48998F;
}
</style>
border-color css
<style>
span { border-color: #48998F; }
span { border-color: rgb(72,153,143); }
td.TdClassName
{
border-color: #48998F;
}
.TagClassName
{
border-color: #48998F;
}
</style>