Html Css Color HEX #49957C Lochinvar

📋 copy color: '#49957C'

red 73 ◦ green 149 ◦ blue 124

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

Shades of Lochinvar #49957C

Tints of Lochinvar #49957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.06%

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

R = 21.1%
G = 43.06%
B = 35.84%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#49957C (or 0x49957C) is known color: Lochinvar. HEX triplet: 49, 95 and 7C. RGB value is (73,149,124). Sum of RGB (Red+Green+Blue) = 73+149+124=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #49957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49957C is #B66A83. Grayscale: #7B7B7B. Windows color (decimal): -11954820 or 8164681. OLE color: 8164681.

HSL color Cylindrical-coordinate representation of color #49957C: hue angle of 160.26º 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 #49957C is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 149 124 -
CMYK 0.51 0 0.17 0.42
HSL 160.26º 0.34% 0.44% -
HSV(B) 160.26º 0.51% 0.58% -
XYZ 17.13 24.37 22.87 -
YUV 123.43 128.32 92.03 -
System Red Green Blue C M Y K H S L
Decimal 73 149 124 0.51 0 0.17 0.42 160.26 0.34 0.44
Hex 49 95 7C 33 0 11 2A A0 22 2C
Octal 111 225 174 63 0 21 52 240 42 54
Binary 1001001 10010101 1111100 110011 0 10001 101010 10100000 100010 101100

Color Harmonies of #49957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49957C

Black with #49957C

Text Example


Text Example

White with #49957C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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