#49928A

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

Shades of Lochinvar #49928A

Tints of Lochinvar #49928A

Color information

#49928A (or 0x49928A) is unknown color: approx Lochinvar. HEX triplet: 49, 92 and 8A. RGB value is (73,146,138). Sum of RGB (Red+Green+Blue) = 73+146+138=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #49928A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49928A is #B66D75. Grayscale: #7B7B7B. Windows color (decimal): -11955574 or 9081417. OLE color: 9081417.

HSL color Cylindrical-coordinate representation of color #49928A: hue angle of 173.42º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49928A is Cyan = 0.5, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB73146138-
CMYK0.500.050.43
HSL173.42º33.33%42.94%-
HSV(B)173.42º50%57.25%-
XYZ17.6123.8127.71-
YUV123.26136.3292.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.45%
GREEN value IS 146 (57.42% from 255) = 40.90%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=20.45%
G=40.90%
B=38.66%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731461380.500.050.43173.4233.3342.94
Hex49928A32052Bad212b
Octal1112222126205532554153
Binary10010011001001010001010110010010110101110101101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,146,138); }

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

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

 a { background-color: rgb(73,146,138); }

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

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

 span { border-color: rgb(73,146,138); }

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