#4E877A

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

Shades of Lochinvar #4E877A

Tints of Lochinvar #4E877A

Color information

#4E877A (or 0x4E877A) is unknown color: approx Lochinvar. HEX triplet: 4E, 87 and 7A. RGB value is (78,135,122). Sum of RGB (Red+Green+Blue) = 78+135+122=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 135 - color contains mainly: green. Hex color #4E877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E877A is #B17885. Grayscale: #747474. Windows color (decimal): -11630726 or 8030030. OLE color: 8030030.

HSL color Cylindrical-coordinate representation of color #4E877A: hue angle of 166.32º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E877A is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB78135122-
CMYK0.4200.100.47
HSL166.32º26.76%41.76%-
HSV(B)166.32º42.22%52.94%-
XYZ15.3220.3521.53-
YUV116.48131.12100.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.28%
GREEN value IS 135 (53.12% from 255) = 40.30%
BLUE value IS 122 (48.05% from 255) = 36.42%
R=23.28%
G=40.30%
B=36.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal781351220.4200.100.47166.3226.7641.76
Hex4E877A2A0A2Fa61b2a
Octal11620717252012572463352
Binary1001110100001111111010101010010101011111010011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,135,122); }

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

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

 a { background-color: rgb(78,135,122); }

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

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

 span { border-color: rgb(78,135,122); }

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