#4E9681

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

Shades of Lochinvar #4E9681

Tints of Lochinvar #4E9681

Color information

#4E9681 (or 0x4E9681) is unknown color: approx Lochinvar. HEX triplet: 4E, 96 and 81. RGB value is (78,150,129). Sum of RGB (Red+Green+Blue) = 78+150+129=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #4E9681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9681 is #B1697E. Grayscale: #7E7E7E. Windows color (decimal): -11626879 or 8492622. OLE color: 8492622.

HSL color Cylindrical-coordinate representation of color #4E9681: hue angle of 162.5º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E9681 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB78150129-
CMYK0.4800.140.41
HSL162.5º31.58%44.71%-
HSV(B)162.5º48%58.82%-
XYZ18.0125.0224.65-
YUV126.08129.6593.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.85%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 129 (50.78% from 255) = 36.13%
R=21.85%
G=42.02%
B=36.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal781501290.4800.140.41162.531.5844.71
Hex4E9681300E29a2202d
Octal11622620160016512424055
Binary100111010010110100000011100000111010100110100010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,150,129); }

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

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

 a { background-color: rgb(78,150,129); }

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

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

 span { border-color: rgb(78,150,129); }

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