#4E9B7E

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

Shades of Lochinvar #4E9B7E

Tints of Lochinvar #4E9B7E

Color information

#4E9B7E (or 0x4E9B7E) is unknown color: approx Lochinvar. HEX triplet: 4E, 9B and 7E. RGB value is (78,155,126). Sum of RGB (Red+Green+Blue) = 78+155+126=359 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.73% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 155 - color contains mainly: green. Hex color #4E9B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9B7E is #B16481. Grayscale: #808080. Windows color (decimal): -11625602 or 8297294. OLE color: 8297294.

HSL color Cylindrical-coordinate representation of color #4E9B7E: hue angle of 157.4º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E9B7E is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB78155126-
CMYK0.5000.190.39
HSL157.4º33.05%45.69%-
HSV(B)157.4º49.68%60.78%-
XYZ18.6326.5723.89-
YUV128.67126.4991.86-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.73%
GREEN value IS 155 (60.94% from 255) = 43.18%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=21.73%
G=43.18%
B=35.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal781551260.5000.190.39157.433.0545.69
Hex4E9B7E32013279d212e
Octal11623317662023472354156
Binary100111010011011111111011001001001110011110011101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,155,126); }

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

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

 a { background-color: rgb(78,155,126); }

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

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

 span { border-color: rgb(78,155,126); }

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