Html Css Color HEX #4E8D79 Lochinvar

📋 copy color: '#4E8D79'

red 78 ◦ green 141 ◦ blue 121

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

Shades of Lochinvar #4E8D79

Tints of Lochinvar #4E8D79

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.47%

 BLUE value IS 121 (47.66% from 255) = 35.59%

R = 22.94%
G = 41.47%
B = 35.59%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#4E8D79 (or 0x4E8D79) is known color: Lochinvar. HEX triplet: 4E, 8D and 79. RGB value is (78,141,121). Sum of RGB (Red+Green+Blue) = 78+141+121=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 141 - color contains mainly: green. Hex color #4E8D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8D79 is #B17286. Grayscale: #777777. Windows color (decimal): -11629191 or 7966030. OLE color: 7966030.

HSL color Cylindrical-coordinate representation of color #4E8D79: hue angle of 160.95º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E8D79 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 78 141 121 -
CMYK 0.45 0 0.14 0.45
HSL 160.95º 0.29% 0.43% -
HSV(B) 160.95º 0.45% 0.55% -
XYZ 16.12 22.05 21.5 -
YUV 119.88 128.63 98.13 -
System Red Green Blue C M Y K H S L
Decimal 78 141 121 0.45 0 0.14 0.45 160.95 0.29 0.43
Hex 4E 8D 79 2D 0 E 2D A1 1D 2B
Octal 116 215 171 55 0 16 55 241 35 53
Binary 1001110 10001101 1111001 101101 0 1110 101101 10100001 11101 101011

Color Harmonies of #4E8D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8D79

Black with #4E8D79

Text Example


Text Example

White with #4E8D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,141,121); }

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

background-color css

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

 a { background-color: rgb(78,141,121); }

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

border-color css

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

 span { border-color: rgb(78,141,121); }

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