#48937B

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

Shades of Lochinvar #48937B

Tints of Lochinvar #48937B

Color information

#48937B (or 0x48937B) is unknown color: approx Lochinvar. HEX triplet: 48, 93 and 7B. RGB value is (72,147,123). Sum of RGB (Red+Green+Blue) = 72+147+123=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #48937B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48937B is #B76C84. Grayscale: #797979. Windows color (decimal): -12020869 or 8098632. OLE color: 8098632.

HSL color Cylindrical-coordinate representation of color #48937B: hue angle of 160.8º degrees, saturation: 0.34, 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 #48937B is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB72147123-
CMYK0.5100.160.42
HSL160.8º34.25%42.94%-
HSV(B)160.8º51.02%57.65%-
XYZ16.6823.6822.43-
YUV121.84128.6592.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 147 (57.81% from 255) = 42.98%
BLUE value IS 123 (48.44% from 255) = 35.96%
R=21.05%
G=42.98%
B=35.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721471230.5100.160.42160.834.2542.94
Hex48937B330102Aa1222b
Octal11022317363020522414253
Binary100100010010011111101111001101000010101010100001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48937B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48937B; }

 p { color: rgb(72,147,123); }

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

<style>
 a { background-color: #48937B; }

 a { background-color: rgb(72,147,123); }

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

<style>
 span { border-color: #48937B; }

 span { border-color: rgb(72,147,123); }

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