Html Css Color HEX #49967F Lochinvar

📋 copy color: '#49967F'

red 73 ◦ green 150 ◦ blue 127

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

Shades of Lochinvar #49967F

Tints of Lochinvar #49967F

RGB

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

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

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

R = 20.86%
G = 42.86%
B = 36.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#49967F (or 0x49967F) is known color: Lochinvar. HEX triplet: 49, 96 and 7F. RGB value is (73,150,127). Sum of RGB (Red+Green+Blue) = 73+150+127=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #49967F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49967F is #B66980. Grayscale: #7C7C7C. Windows color (decimal): -11954561 or 8361545. OLE color: 8361545.

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

Color convert

RGB 73 150 127 -
CMYK 0.51 0 0.15 0.41
HSL 162.08º 0.35% 0.44% -
HSV(B) 162.08º 0.51% 0.59% -
XYZ 17.48 24.76 23.94 -
YUV 124.36 129.49 91.37 -
System Red Green Blue C M Y K H S L
Decimal 73 150 127 0.51 0 0.15 0.41 162.08 0.35 0.44
Hex 49 96 7F 33 0 F 29 A2 23 2C
Octal 111 226 177 63 0 17 51 242 43 54
Binary 1001001 10010110 1111111 110011 0 1111 101001 10100010 100011 101100

Color Harmonies of #49967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49967F

Black with #49967F

Text Example


Text Example

White with #49967F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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