#4EA28F

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

Shades of Lochinvar #4EA28F

Tints of Lochinvar #4EA28F

Color information

#4EA28F (or 0x4EA28F) is unknown color: approx Lochinvar. HEX triplet: 4E, A2 and 8F. RGB value is (78,162,143). Sum of RGB (Red+Green+Blue) = 78+162+143=383 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.37% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #4EA28F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA28F is #B15D70. Grayscale: #868686. Windows color (decimal): -11623793 or 9413198. OLE color: 9413198.

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

Color convert

RGB78162143-
CMYK0.5200.120.36
HSL166.43º35%47.06%-
HSV(B)166.43º51.85%63.53%-
XYZ21.0229.4430.56-
YUV134.72132.6787.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.37%
GREEN value IS 162 (63.67% from 255) = 42.30%
BLUE value IS 143 (56.25% from 255) = 37.34%
R=20.37%
G=42.30%
B=37.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal781621430.5200.120.36166.433547.06
Hex4EA28F340C24a6232f
Octal11624221764014442464357
Binary100111010100010100011111101000110010010010100110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,162,143); }

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

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

 a { background-color: rgb(78,162,143); }

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

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

 span { border-color: rgb(78,162,143); }

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