#49987A

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

Shades of Lochinvar #49987A

Tints of Lochinvar #49987A

Color information

#49987A (or 0x49987A) is unknown color: approx Lochinvar. HEX triplet: 49, 98 and 7A. RGB value is (73,152,122). Sum of RGB (Red+Green+Blue) = 73+152+122=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #49987A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49987A is #B66785. Grayscale: #7C7C7C. Windows color (decimal): -11954054 or 8034377. OLE color: 8034377.

HSL color Cylindrical-coordinate representation of color #49987A: hue angle of 157.22º 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 #49987A is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB73152122-
CMYK0.5200.200.40
HSL157.22º35.11%44.12%-
HSV(B)157.22º51.97%59.61%-
XYZ17.4925.2822.37-
YUV124.96126.3390.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.04%
GREEN value IS 152 (59.77% from 255) = 43.80%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=21.04%
G=43.80%
B=35.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731521220.5200.200.40157.2235.1144.12
Hex49987A34014289d232c
Octal11123017264024502354354
Binary100100110011000111101011010001010010100010011101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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