Html Css Color HEX #4EA28E Lochinvar

📋 copy color: '#4EA28E'

red 78 ◦ green 162 ◦ blue 142

#4EA28E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #4EA28E

Tints of Lochinvar #4EA28E

RGB

 RED value IS 78 (30.86% from 255) = 20.42%

 GREEN value IS 162 (63.67% from 255) = 42.41%

 BLUE value IS 142 (55.86% from 255) = 37.17%

R = 20.42%
G = 42.41%
B = 37.17%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#4EA28E (or 0x4EA28E) is known color: Lochinvar. HEX triplet: 4E, A2 and 8E. RGB value is (78,162,142). Sum of RGB (Red+Green+Blue) = 78+162+142=382 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.42% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 162 - color contains mainly: green. Hex color #4EA28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA28E is #B15D71. Grayscale: #868686. Windows color (decimal): -11623794 or 9347662. OLE color: 9347662.

HSL color Cylindrical-coordinate representation of color #4EA28E: hue angle of 165.71º 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 #4EA28E is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 78 162 142 -
CMYK 0.52 0 0.12 0.36
HSL 165.71º 0.35% 0.47% -
HSV(B) 165.71º 0.52% 0.64% -
XYZ 20.94 29.41 30.16 -
YUV 134.6 132.17 87.63 -
System Red Green Blue C M Y K H S L
Decimal 78 162 142 0.52 0 0.12 0.36 165.71 0.35 0.47
Hex 4E A2 8E 34 0 C 24 A6 23 2F
Octal 116 242 216 64 0 14 44 246 43 57
Binary 1001110 10100010 10001110 110100 0 1100 100100 10100110 100011 101111

Color Harmonies of #4EA28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA28E

Black with #4EA28E

Text Example


Text Example

White with #4EA28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4EA28E;
 }
 .AnyTagClassName
 {
   color: #4EA28E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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