#4EA193

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

Shades of Lochinvar #4EA193

Tints of Lochinvar #4EA193

Color information

#4EA193 (or 0x4EA193) is unknown color: approx Lochinvar. HEX triplet: 4E, A1 and 93. RGB value is (78,161,147). Sum of RGB (Red+Green+Blue) = 78+161+147=386 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.21% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA193 is #B15E6C. Grayscale: #868686. Windows color (decimal): -11624045 or 9675086. OLE color: 9675086.

HSL color Cylindrical-coordinate representation of color #4EA193: hue angle of 169.88º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA193 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB78161147-
CMYK0.5200.090.37
HSL169.88º34.73%46.86%-
HSV(B)169.88º51.55%63.14%-
XYZ21.1529.2232.13-
YUV134.5913587.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.21%
GREEN value IS 161 (63.28% from 255) = 41.71%
BLUE value IS 147 (57.81% from 255) = 38.08%
R=20.21%
G=41.71%
B=38.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal781611470.5200.090.37169.8834.7346.86
Hex4EA193340925aa232f
Octal11624122364011452524357
Binary100111010100001100100111101000100110010110101010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,161,147); }

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

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

 a { background-color: rgb(78,161,147); }

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

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

 span { border-color: rgb(78,161,147); }

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