#4E917F

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

Shades of Lochinvar #4E917F

Tints of Lochinvar #4E917F

Color information

#4E917F (or 0x4E917F) is unknown color: approx Lochinvar. HEX triplet: 4E, 91 and 7F. RGB value is (78,145,127). Sum of RGB (Red+Green+Blue) = 78+145+127=350 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.29% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #4E917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E917F is #B16E80. Grayscale: #7A7A7A. Windows color (decimal): -11628161 or 8360270. OLE color: 8360270.

HSL color Cylindrical-coordinate representation of color #4E917F: hue angle of 163.88º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E917F is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB78145127-
CMYK0.4600.120.43
HSL163.88º30.04%43.73%-
HSV(B)163.88º46.21%56.86%-
XYZ17.123.423.69-
YUV122.92130.395.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.29%
GREEN value IS 145 (57.03% from 255) = 41.43%
BLUE value IS 127 (50% from 255) = 36.29%
R=22.29%
G=41.43%
B=36.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal781451270.4600.120.43163.8830.0443.73
Hex4E917F2E0C2Ba41e2c
Octal11622117756014532443654
Binary1001110100100011111111101110011001010111010010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,145,127); }

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

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

 a { background-color: rgb(78,145,127); }

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

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

 span { border-color: rgb(78,145,127); }

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