#498D7A

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

Shades of Lochinvar #498D7A

Tints of Lochinvar #498D7A

Color information

#498D7A (or 0x498D7A) is unknown color: approx Lochinvar. HEX triplet: 49, 8D and 7A. RGB value is (73,141,122). Sum of RGB (Red+Green+Blue) = 73+141+122=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 141 - color contains mainly: green. Hex color #498D7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498D7A is #B67285. Grayscale: #767676. Windows color (decimal): -11956870 or 8031561. OLE color: 8031561.

HSL color Cylindrical-coordinate representation of color #498D7A: hue angle of 163.24º 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 #498D7A is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB73141122-
CMYK0.4800.130.45
HSL163.24º31.78%41.96%-
HSV(B)163.24º48.23%55.29%-
XYZ15.7921.8721.8-
YUV118.5129.9795.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 141 (55.47% from 255) = 41.96%
BLUE value IS 122 (48.05% from 255) = 36.31%
R=21.73%
G=41.96%
B=36.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731411220.4800.130.45163.2431.7841.96
Hex498D7A300D2Da3202a
Octal11121517260015552434052
Binary10010011000110111110101100000110110110110100011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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