#498F79

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

Shades of Lochinvar #498F79

Tints of Lochinvar #498F79

Color information

#498F79 (or 0x498F79) is unknown color: approx Lochinvar. HEX triplet: 49, 8F and 79. RGB value is (73,143,121). Sum of RGB (Red+Green+Blue) = 73+143+121=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 143 - color contains mainly: green. Hex color #498F79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498F79 is #B67086. Grayscale: #777777. Windows color (decimal): -11956359 or 7966537. OLE color: 7966537.

HSL color Cylindrical-coordinate representation of color #498F79: hue angle of 161.14º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #498F79 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB73143121-
CMYK0.4900.150.44
HSL161.14º32.41%42.35%-
HSV(B)161.14º48.95%56.08%-
XYZ16.0222.4421.58-
YUV119.56128.8194.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.66%
GREEN value IS 143 (56.25% from 255) = 42.43%
BLUE value IS 121 (47.66% from 255) = 35.91%
R=21.66%
G=42.43%
B=35.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731431210.4900.150.44161.1432.4142.35
Hex498F79310F2Ca1202a
Octal11121717161017542414052
Binary10010011000111111110011100010111110110010100001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,143,121); }

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

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

 a { background-color: rgb(73,143,121); }

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

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

 span { border-color: rgb(73,143,121); }

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