#48897A

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

Shades of Lochinvar #48897A

Tints of Lochinvar #48897A

Color information

#48897A (or 0x48897A) is unknown color: approx Lochinvar. HEX triplet: 48, 89 and 7A. RGB value is (72,137,122). Sum of RGB (Red+Green+Blue) = 72+137+122=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 137 - color contains mainly: green. Hex color #48897A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48897A is #B77685. Grayscale: #737373. Windows color (decimal): -12023430 or 8030536. OLE color: 8030536.

HSL color Cylindrical-coordinate representation of color #48897A: hue angle of 166.15º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48897A is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB72137122-
CMYK0.4700.110.46
HSL166.15º31.1%40.98%-
HSV(B)166.15º47.45%53.73%-
XYZ15.1320.6721.61-
YUV115.86131.4796.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.75%
GREEN value IS 137 (53.91% from 255) = 41.39%
BLUE value IS 122 (48.05% from 255) = 36.86%
R=21.75%
G=41.39%
B=36.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721371220.4700.110.46166.1531.140.98
Hex48897A2F0B2Ea61f29
Octal11021117257013562463751
Binary1001000100010011111010101111010111011101010011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48897A; }

 p { color: rgb(72,137,122); }

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

<style>
 a { background-color: #48897A; }

 a { background-color: rgb(72,137,122); }

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

<style>
 span { border-color: #48897A; }

 span { border-color: rgb(72,137,122); }

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