#4E8E79

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

Shades of Lochinvar #4E8E79

Tints of Lochinvar #4E8E79

Color information

#4E8E79 (or 0x4E8E79) is unknown color: approx Lochinvar. HEX triplet: 4E, 8E and 79. RGB value is (78,142,121). Sum of RGB (Red+Green+Blue) = 78+142+121=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 142 (55.86% from 255 or 41.64% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 142 - color contains mainly: green. Hex color #4E8E79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8E79 is #B17186. Grayscale: #787878. Windows color (decimal): -11628935 or 7966286. OLE color: 7966286.

HSL color Cylindrical-coordinate representation of color #4E8E79: hue angle of 160.31º 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 #4E8E79 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB78142121-
CMYK0.4500.150.44
HSL160.31º29.09%43.14%-
HSV(B)160.31º45.07%55.69%-
XYZ16.2722.3521.55-
YUV120.47128.397.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.87%
GREEN value IS 142 (55.86% from 255) = 41.64%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=22.87%
G=41.64%
B=35.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781421210.4500.150.44160.3129.0943.14
Hex4E8E792D0F2Ca01d2b
Octal11621617155017542403553
Binary1001110100011101111001101101011111011001010000011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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