Html Css Color HEX #49937C Lochinvar

📋 copy color: '#49937C'

red 73 ◦ green 147 ◦ blue 124

#49937C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #49937C

Tints of Lochinvar #49937C

RGB

 RED value IS 73 (28.91% from 255) = 21.22%

 GREEN value IS 147 (57.81% from 255) = 42.73%

 BLUE value IS 124 (48.83% from 255) = 36.05%

R = 21.22%
G = 42.73%
B = 36.05%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#49937C (or 0x49937C) is known color: Lochinvar. HEX triplet: 49, 93 and 7C. RGB value is (73,147,124). Sum of RGB (Red+Green+Blue) = 73+147+124=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #49937C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49937C is #B66C83. Grayscale: #7A7A7A. Windows color (decimal): -11955332 or 8164169. OLE color: 8164169.

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

Color convert

RGB 73 147 124 -
CMYK 0.50 0 0.16 0.42
HSL 161.35º 0.34% 0.43% -
HSV(B) 161.35º 0.5% 0.58% -
XYZ 16.82 23.74 22.76 -
YUV 122.25 128.98 92.87 -
System Red Green Blue C M Y K H S L
Decimal 73 147 124 0.50 0 0.16 0.42 161.35 0.34 0.43
Hex 49 93 7C 32 0 10 2A A1 22 2B
Octal 111 223 174 62 0 20 52 241 42 53
Binary 1001001 10010011 1111100 110010 0 10000 101010 10100001 100010 101011

Color Harmonies of #49937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49937C

Black with #49937C

Text Example


Text Example

White with #49937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49937C; }

 p { color: rgb(73,147,124); }

 H1.HeaderClassName
 {
   color: #49937C;
 }
 .AnyTagClassName
 {
   color: #49937C;
 }
</style>

background-color css

<style>
 a { background-color: #49937C; }

 a { background-color: rgb(73,147,124); }

 div.DivClassName
 {
   background-color: #49937C;
 }
 .BgClassName
 {
   background-color: #49937C;
 }
</style>

border-color css

<style>
 span { border-color: #49937C; }

 span { border-color: rgb(73,147,124); }

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