#48947E

Color #48947E Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #48947E

Tints of Lochinvar #48947E

Color information

#48947E (or 0x48947E) is unknown color: approx Lochinvar. HEX triplet: 48, 94 and 7E. RGB value is (72,148,126). Sum of RGB (Red+Green+Blue) = 72+148+126=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #48947E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48947E is #B76B81. Grayscale: #7A7A7A. Windows color (decimal): -12020610 or 8295496. OLE color: 8295496.

HSL color Cylindrical-coordinate representation of color #48947E: hue angle of 162.63º 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 #48947E is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB72148126-
CMYK0.5100.150.42
HSL162.63º34.55%43.14%-
HSV(B)162.63º51.35%58.04%-
XYZ17.0324.0623.49-
YUV122.77129.8291.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 20.81%
GREEN value IS 148 (58.20% from 255) = 42.77%
BLUE value IS 126 (49.61% from 255) = 36.42%
R=20.81%
G=42.77%
B=36.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721481260.5100.150.42162.6334.5543.14
Hex48947E330F2Aa3232b
Octal11022417663017522434353
Binary10010001001010011111101100110111110101010100011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48947E; }

 p { color: rgb(72,148,126); }

 H1.HeaderClassName
 {
   color: #48947E;
 }
 .AnyTagClassName
 {
   color: #48947E;
 }
</style>
background-color css

<style>
 a { background-color: #48947E; }

 a { background-color: rgb(72,148,126); }

 div.DivClassName
 {
   background-color: #48947E;
 }
 .BgClassName
 {
   background-color: #48947E;
 }
</style>
border-color css

<style>
 span { border-color: #48947E; }

 span { border-color: rgb(72,148,126); }

 td.TdClassName
 {
   border-color: #48947E;
 }
 .TagClassName
 {
   border-color: #48947E;
 }
</style>