Html Css Color HEX #49967C Lochinvar

📋 copy color: '#49967C'

red 73 ◦ green 150 ◦ blue 124

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

Shades of Lochinvar #49967C

Tints of Lochinvar #49967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.23%

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

R = 21.04%
G = 43.23%
B = 35.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#49967C (or 0x49967C) is known color: Lochinvar. HEX triplet: 49, 96 and 7C. RGB value is (73,150,124). Sum of RGB (Red+Green+Blue) = 73+150+124=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #49967C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49967C is #B66983. Grayscale: #7C7C7C. Windows color (decimal): -11954564 or 8164937. OLE color: 8164937.

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

Color convert

RGB 73 150 124 -
CMYK 0.51 0 0.17 0.41
HSL 159.74º 0.35% 0.44% -
HSV(B) 159.74º 0.51% 0.59% -
XYZ 17.29 24.68 22.92 -
YUV 124.01 127.99 91.61 -
System Red Green Blue C M Y K H S L
Decimal 73 150 124 0.51 0 0.17 0.41 159.74 0.35 0.44
Hex 49 96 7C 33 0 11 29 A0 23 2C
Octal 111 226 174 63 0 21 51 240 43 54
Binary 1001001 10010110 1111100 110011 0 10001 101001 10100000 100011 101100

Color Harmonies of #49967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49967C

Black with #49967C

Text Example


Text Example

White with #49967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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