#4E9D82

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

Shades of Lochinvar #4E9D82

Tints of Lochinvar #4E9D82

Color information

#4E9D82 (or 0x4E9D82) is unknown color: approx Lochinvar. HEX triplet: 4E, 9D and 82. RGB value is (78,157,130). Sum of RGB (Red+Green+Blue) = 78+157+130=365 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.37% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #4E9D82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9D82 is #B1627D. Grayscale: #828282. Windows color (decimal): -11625086 or 8559950. OLE color: 8559950.

HSL color Cylindrical-coordinate representation of color #4E9D82: hue angle of 159.49º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E9D82 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB78157130-
CMYK0.5000.170.38
HSL159.49º33.62%46.08%-
HSV(B)159.49º50.32%61.57%-
XYZ19.2327.3525.38-
YUV130.3127.8390.7-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.37%
GREEN value IS 157 (61.72% from 255) = 43.01%
BLUE value IS 130 (51.17% from 255) = 35.62%
R=21.37%
G=43.01%
B=35.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal781571300.5000.170.38159.4933.6246.08
Hex4E9D8232011269f222e
Octal11623520262021462374256
Binary1001110100111011000001011001001000110011010011111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,157,130); }

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

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

 a { background-color: rgb(78,157,130); }

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

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

 span { border-color: rgb(78,157,130); }

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