Html Css Color HEX #49977E Lochinvar

📋 copy color: '#49977E'

red 73 ◦ green 151 ◦ blue 126

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

Shades of Lochinvar #49977E

Tints of Lochinvar #49977E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.14%

 BLUE value IS 126 (49.61% from 255) = 36%

R = 20.86%
G = 43.14%
B = 36%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#49977E (or 0x49977E) is known color: Lochinvar. HEX triplet: 49, 97 and 7E. RGB value is (73,151,126). Sum of RGB (Red+Green+Blue) = 73+151+126=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 151 - color contains mainly: green. Hex color #49977E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49977E is #B66881. Grayscale: #7C7C7C. Windows color (decimal): -11954306 or 8296265. OLE color: 8296265.

HSL color Cylindrical-coordinate representation of color #49977E: hue angle of 160.77º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49977E is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 151 126 -
CMYK 0.52 0 0.17 0.41
HSL 160.77º 0.35% 0.44% -
HSV(B) 160.77º 0.52% 0.59% -
XYZ 17.58 25.06 23.65 -
YUV 124.83 128.66 91.03 -
System Red Green Blue C M Y K H S L
Decimal 73 151 126 0.52 0 0.17 0.41 160.77 0.35 0.44
Hex 49 97 7E 34 0 11 29 A1 23 2C
Octal 111 227 176 64 0 21 51 241 43 54
Binary 1001001 10010111 1111110 110100 0 10001 101001 10100001 100011 101100

Color Harmonies of #49977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49977E

Black with #49977E

Text Example


Text Example

White with #49977E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,151,126); }

 H1.HeaderClassName
 {
   color: #49977E;
 }
 .AnyTagClassName
 {
   color: #49977E;
 }
</style>

background-color css

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

 a { background-color: rgb(73,151,126); }

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

border-color css

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

 span { border-color: rgb(73,151,126); }

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