Html Css Color HEX #4E917A Lochinvar

📋 copy color: '#4E917A'

red 78 ◦ green 145 ◦ blue 122

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

Shades of Lochinvar #4E917A

Tints of Lochinvar #4E917A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.03%

 BLUE value IS 122 (48.05% from 255) = 35.36%

R = 22.61%
G = 42.03%
B = 35.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#4E917A (or 0x4E917A) is known color: Lochinvar. HEX triplet: 4E, 91 and 7A. RGB value is (78,145,122). Sum of RGB (Red+Green+Blue) = 78+145+122=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #4E917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E917A is #B16E85. Grayscale: #7A7A7A. Windows color (decimal): -11628166 or 8032590. OLE color: 8032590.

HSL color Cylindrical-coordinate representation of color #4E917A: hue angle of 159.4º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E917A is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 78 145 122 -
CMYK 0.46 0 0.16 0.43
HSL 159.4º 0.3% 0.44% -
HSV(B) 159.4º 0.46% 0.57% -
XYZ 16.78 23.28 22.02 -
YUV 122.35 127.8 96.37 -
System Red Green Blue C M Y K H S L
Decimal 78 145 122 0.46 0 0.16 0.43 159.4 0.3 0.44
Hex 4E 91 7A 2E 0 10 2B 9F 1E 2C
Octal 116 221 172 56 0 20 53 237 36 54
Binary 1001110 10010001 1111010 101110 0 10000 101011 10011111 11110 101100

Color Harmonies of #4E917A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E917A

Black with #4E917A

Text Example


Text Example

White with #4E917A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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