#49958E

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

Shades of Lochinvar #49958E

Tints of Lochinvar #49958E

Color information

#49958E (or 0x49958E) is unknown color: approx Lochinvar. HEX triplet: 49, 95 and 8E. RGB value is (73,149,142). Sum of RGB (Red+Green+Blue) = 73+149+142=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #49958E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49958E is #B66A71. Grayscale: #7D7D7D. Windows color (decimal): -11954802 or 9344329. OLE color: 9344329.

HSL color Cylindrical-coordinate representation of color #49958E: hue angle of 174.47º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49958E is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB73149142-
CMYK0.5100.050.42
HSL174.47º34.23%43.53%-
HSV(B)174.47º51.01%58.43%-
XYZ18.3824.8629.42-
YUV125.48137.3290.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.05%
GREEN value IS 149 (58.59% from 255) = 40.93%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=20.05%
G=40.93%
B=39.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731491420.5100.050.42174.4734.2343.53
Hex49958E33052Aae222c
Octal1112252166305522564254
Binary10010011001010110001110110011010110101010101110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49958E; }

 p { color: rgb(73,149,142); }

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

<style>
 a { background-color: #49958E; }

 a { background-color: rgb(73,149,142); }

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

<style>
 span { border-color: #49958E; }

 span { border-color: rgb(73,149,142); }

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