#4D947E

Color #4D947E Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #4D947E

Tints of Lochinvar #4D947E

Color information

#4D947E (or 0x4D947E) is unknown color: approx Lochinvar. HEX triplet: 4D, 94 and 7E. RGB value is (77,148,126). Sum of RGB (Red+Green+Blue) = 77+148+126=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 148 - color contains mainly: green. Hex color #4D947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D947E is #B26B81. Grayscale: #7C7C7C. Windows color (decimal): -11692930 or 8295501. OLE color: 8295501.

HSL color Cylindrical-coordinate representation of color #4D947E: hue angle of 161.41º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D947E is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB77148126-
CMYK0.4800.150.42
HSL161.41º31.56%44.12%-
HSV(B)161.41º47.97%58.04%-
XYZ17.4224.2623.5-
YUV124.26128.9894.29-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.94%
GREEN value IS 148 (58.20% from 255) = 42.17%
BLUE value IS 126 (49.61% from 255) = 35.90%
R=21.94%
G=42.17%
B=35.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal771481260.4800.150.42161.4131.5644.12
Hex4D947E300F2Aa1202c
Octal11522417660017522414054
Binary10011011001010011111101100000111110101010100001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D947E; }

 p { color: rgb(77,148,126); }

 H1.HeaderClassName
 {
   color: #4D947E;
 }
 .AnyTagClassName
 {
   color: #4D947E;
 }
</style>
background-color css

<style>
 a { background-color: #4D947E; }

 a { background-color: rgb(77,148,126); }

 div.DivClassName
 {
   background-color: #4D947E;
 }
 .BgClassName
 {
   background-color: #4D947E;
 }
</style>
border-color css

<style>
 span { border-color: #4D947E; }

 span { border-color: rgb(77,148,126); }

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