#498D80

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

Shades of Lochinvar #498D80

Tints of Lochinvar #498D80

Color information

#498D80 (or 0x498D80) is unknown color: approx Lochinvar. HEX triplet: 49, 8D and 80. RGB value is (73,141,128). Sum of RGB (Red+Green+Blue) = 73+141+128=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 141 - color contains mainly: green. Hex color #498D80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498D80 is #B6727F. Grayscale: #777777. Windows color (decimal): -11956864 or 8424777. OLE color: 8424777.

HSL color Cylindrical-coordinate representation of color #498D80: hue angle of 168.53º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #498D80 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB73141128-
CMYK0.4800.090.45
HSL168.53º31.78%41.96%-
HSV(B)168.53º48.23%55.29%-
XYZ16.1722.0223.82-
YUV119.19132.9795.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.35%
GREEN value IS 141 (55.47% from 255) = 41.23%
BLUE value IS 128 (50.39% from 255) = 37.43%
R=21.35%
G=41.23%
B=37.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731411280.4800.090.45168.5331.7841.96
Hex498D8030092Da9202a
Octal11121520060011552514052
Binary100100110001101100000001100000100110110110101001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498D80; }

 p { color: rgb(73,141,128); }

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

<style>
 a { background-color: #498D80; }

 a { background-color: rgb(73,141,128); }

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

<style>
 span { border-color: #498D80; }

 span { border-color: rgb(73,141,128); }

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