#48947B

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

Shades of Lochinvar #48947B

Tints of Lochinvar #48947B

Color information

#48947B (or 0x48947B) is unknown color: approx Lochinvar. HEX triplet: 48, 94 and 7B. RGB value is (72,148,123). Sum of RGB (Red+Green+Blue) = 72+148+123=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #48947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48947B is #B76B84. Grayscale: #7A7A7A. Windows color (decimal): -12020613 or 8098888. OLE color: 8098888.

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

Color convert

RGB72148123-
CMYK0.5100.170.42
HSL160.26º34.55%43.14%-
HSV(B)160.26º51.35%58.04%-
XYZ16.8423.9922.48-
YUV122.43128.3292.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.99%
GREEN value IS 148 (58.20% from 255) = 43.15%
BLUE value IS 123 (48.44% from 255) = 35.86%
R=20.99%
G=43.15%
B=35.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721481230.5100.170.42160.2634.5543.14
Hex48947B330112Aa0232b
Octal11022417363021522404353
Binary100100010010100111101111001101000110101010100000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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