#49947D

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

Shades of Lochinvar #49947D

Tints of Lochinvar #49947D

Color information

#49947D (or 0x49947D) is unknown color: approx Lochinvar. HEX triplet: 49, 94 and 7D. RGB value is (73,148,125). Sum of RGB (Red+Green+Blue) = 73+148+125=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #49947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49947D is #B66B82. Grayscale: #7A7A7A. Windows color (decimal): -11955075 or 8229961. OLE color: 8229961.

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

Color convert

RGB73148125-
CMYK0.5100.160.42
HSL161.6º33.94%43.33%-
HSV(B)161.6º50.68%58.04%-
XYZ17.0424.0823.15-
YUV122.95129.1592.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.10%
GREEN value IS 148 (58.20% from 255) = 42.77%
BLUE value IS 125 (49.22% from 255) = 36.13%
R=21.10%
G=42.77%
B=36.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731481250.5100.160.42161.633.9443.33
Hex49947D330102Aa2222b
Octal11122417563020522424253
Binary100100110010100111110111001101000010101010100010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49947D; }

 p { color: rgb(73,148,125); }

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

<style>
 a { background-color: #49947D; }

 a { background-color: rgb(73,148,125); }

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

<style>
 span { border-color: #49947D; }

 span { border-color: rgb(73,148,125); }

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