Shades of Lochinvar #48968A
Tints of Lochinvar #48968A
RGB
CMYK
RGB Variations
Color information
#48968A (or 0x48968A) is known color: Lochinvar. HEX triplet: 48, 96 and 8A. RGB value is (72,150,138). Sum of RGB (Red+Green+Blue) = 72+150+138=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #48968A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48968A is #B76975. Grayscale: #7D7D7D. Windows color (decimal): -12020086 or 9082440. OLE color: 9082440.
HSL color Cylindrical-coordinate representation of color #48968A: hue angle of 170.77º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48968A is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 150 | 138 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.41 |
| HSL | 170.77º | 0.35% | 0.44% | - |
| HSV(B) | 170.77º | 0.52% | 0.59% | - |
| XYZ | 18.17 | 25.03 | 27.92 | - |
| YUV | 125.31 | 135.16 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 150 | 138 | 0.52 | 0 | 0.08 | 0.41 | 170.77 | 0.35 | 0.44 |
| Hex | 48 | 96 | 8A | 34 | 0 | 8 | 29 | AB | 23 | 2C |
| Octal | 110 | 226 | 212 | 64 | 0 | 10 | 51 | 253 | 43 | 54 |
| Binary | 1001000 | 10010110 | 10001010 | 110100 | 0 | 1000 | 101001 | 10101011 | 100011 | 101100 |
Color Harmonies of #48968A
Complementary color
Monochromatic Colors of #48968A
Black with #48968A
Text Example
Text Example
White with #48968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48968A; }
p { color: rgb(72,150,138); }
H1.HeaderClassName
{
color: #48968A;
}
.AnyTagClassName
{
color: #48968A;
}
</style>
background-color css
<style>
a { background-color: #48968A; }
a { background-color: rgb(72,150,138); }
div.DivClassName
{
background-color: #48968A;
}
.BgClassName
{
background-color: #48968A;
}
</style>
border-color css
<style>
span { border-color: #48968A; }
span { border-color: rgb(72,150,138); }
td.TdClassName
{
border-color: #48968A;
}
.TagClassName
{
border-color: #48968A;
}
</style>