Html Css Color HEX #49977F Lochinvar

📋 copy color: '#49977F'

red 73 ◦ green 151 ◦ blue 127

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

Shades of Lochinvar #49977F

Tints of Lochinvar #49977F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.18%

R = 20.8%
G = 43.02%
B = 36.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#49977F (or 0x49977F) is known color: Lochinvar. HEX triplet: 49, 97 and 7F. RGB value is (73,151,127). Sum of RGB (Red+Green+Blue) = 73+151+127=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 151 - color contains mainly: green. Hex color #49977F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49977F is #B66880. Grayscale: #7C7C7C. Windows color (decimal): -11954305 or 8361801. OLE color: 8361801.

HSL color Cylindrical-coordinate representation of color #49977F: hue angle of 161.54º 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 #49977F is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 151 127 -
CMYK 0.52 0 0.16 0.41
HSL 161.54º 0.35% 0.44% -
HSV(B) 161.54º 0.52% 0.59% -
XYZ 17.65 25.08 23.99 -
YUV 124.94 129.16 90.95 -
System Red Green Blue C M Y K H S L
Decimal 73 151 127 0.52 0 0.16 0.41 161.54 0.35 0.44
Hex 49 97 7F 34 0 10 29 A2 23 2C
Octal 111 227 177 64 0 20 51 242 43 54
Binary 1001001 10010111 1111111 110100 0 10000 101001 10100010 100011 101100

Color Harmonies of #49977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49977F

Black with #49977F

Text Example


Text Example

White with #49977F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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