Html Css Color HEX #49957F Lochinvar

📋 copy color: '#49957F'

red 73 ◦ green 149 ◦ blue 127

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

Shades of Lochinvar #49957F

Tints of Lochinvar #49957F

RGB

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

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

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

R = 20.92%
G = 42.69%
B = 36.39%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#49957F (or 0x49957F) is known color: Lochinvar. HEX triplet: 49, 95 and 7F. RGB value is (73,149,127). Sum of RGB (Red+Green+Blue) = 73+149+127=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #49957F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49957F is #B66A80. Grayscale: #7B7B7B. Windows color (decimal): -11954817 or 8361289. OLE color: 8361289.

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

Color convert

RGB 73 149 127 -
CMYK 0.51 0 0.15 0.42
HSL 162.63º 0.34% 0.44% -
HSV(B) 162.63º 0.51% 0.58% -
XYZ 17.33 24.44 23.88 -
YUV 123.77 129.82 91.79 -
System Red Green Blue C M Y K H S L
Decimal 73 149 127 0.51 0 0.15 0.42 162.63 0.34 0.44
Hex 49 95 7F 33 0 F 2A A3 22 2C
Octal 111 225 177 63 0 17 52 243 42 54
Binary 1001001 10010101 1111111 110011 0 1111 101010 10100011 100010 101100

Color Harmonies of #49957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49957F

Black with #49957F

Text Example


Text Example

White with #49957F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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