#4E8E7F

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

Shades of Lochinvar #4E8E7F

Tints of Lochinvar #4E8E7F

Color information

#4E8E7F (or 0x4E8E7F) is unknown color: approx Lochinvar. HEX triplet: 4E, 8E and 7F. RGB value is (78,142,127). Sum of RGB (Red+Green+Blue) = 78+142+127=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 142 - color contains mainly: green. Hex color #4E8E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8E7F is #B17180. Grayscale: #797979. Windows color (decimal): -11628929 or 8359502. OLE color: 8359502.

HSL color Cylindrical-coordinate representation of color #4E8E7F: hue angle of 165.94º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E8E7F is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB78142127-
CMYK0.4500.110.44
HSL165.94º29.09%43.14%-
HSV(B)165.94º45.07%55.69%-
XYZ16.6522.523.54-
YUV121.15131.397.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.48%
GREEN value IS 142 (55.86% from 255) = 40.92%
BLUE value IS 127 (50% from 255) = 36.60%
R=22.48%
G=40.92%
B=36.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781421270.4500.110.44165.9429.0943.14
Hex4E8E7F2D0B2Ca61d2b
Octal11621617755013542463553
Binary1001110100011101111111101101010111011001010011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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