#49998A

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

Shades of Lochinvar #49998A

Tints of Lochinvar #49998A

Color information

#49998A (or 0x49998A) is unknown color: approx Lochinvar. HEX triplet: 49, 99 and 8A. RGB value is (73,153,138). Sum of RGB (Red+Green+Blue) = 73+153+138=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #49998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49998A is #B66675. Grayscale: #7F7F7F. Windows color (decimal): -11953782 or 9083209. OLE color: 9083209.

HSL color Cylindrical-coordinate representation of color #49998A: hue angle of 168.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49998A is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB73153138-
CMYK0.5200.100.4
HSL168.75º35.4%44.31%-
HSV(B)168.75º52.29%60%-
XYZ18.7326.0328.08-
YUV127.3713489.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.05%
GREEN value IS 153 (60.16% from 255) = 42.03%
BLUE value IS 138 (54.30% from 255) = 37.91%
R=20.05%
G=42.03%
B=37.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal731531380.5200.100.4168.7535.444.31
Hex49998A340A28a9232c
Octal11123121264012502514354
Binary100100110011001100010101101000101010100010101001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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