Html Css Color HEX #49957D Lochinvar

📋 copy color: '#49957D'

red 73 ◦ green 149 ◦ blue 125

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

Shades of Lochinvar #49957D

Tints of Lochinvar #49957D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 21.04%
G = 42.94%
B = 36.02%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#49957D (or 0x49957D) is known color: Lochinvar. HEX triplet: 49, 95 and 7D. RGB value is (73,149,125). Sum of RGB (Red+Green+Blue) = 73+149+125=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #49957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49957D is #B66A82. Grayscale: #7B7B7B. Windows color (decimal): -11954819 or 8230217. OLE color: 8230217.

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

Color convert

RGB 73 149 125 -
CMYK 0.51 0 0.16 0.42
HSL 161.05º 0.34% 0.44% -
HSV(B) 161.05º 0.51% 0.58% -
XYZ 17.2 24.39 23.2 -
YUV 123.54 128.82 91.95 -
System Red Green Blue C M Y K H S L
Decimal 73 149 125 0.51 0 0.16 0.42 161.05 0.34 0.44
Hex 49 95 7D 33 0 10 2A A1 22 2C
Octal 111 225 175 63 0 20 52 241 42 54
Binary 1001001 10010101 1111101 110011 0 10000 101010 10100001 100010 101100

Color Harmonies of #49957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49957D

Black with #49957D

Text Example


Text Example

White with #49957D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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