#4c917e

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

Shades of Lochinvar #4C917E

Tints of Lochinvar #4C917E

Color information

#4C917E (or 0x4C917E) is unknown color: approx Lochinvar. HEX triplet: 4C, 91 and 7E. RGB value is (76,145,126). Sum of RGB (Red+Green+Blue) = 76+145+126=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #4C917E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C917E is #B36E81. Grayscale: #7A7A7A. Windows color (decimal): -11759234 or 8294732. OLE color: 8294732.

HSL color Cylindrical-coordinate representation of color #4C917E: hue angle of 163.48º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C917E is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB76145126-
CMYK0.4800.130.43
HSL163.48º31.22%43.33%-
HSV(B)163.48º47.59%56.86%-
XYZ16.8723.2923.35-
YUV122.2130.1495.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.90%
GREEN value IS 145 (57.03% from 255) = 41.79%
BLUE value IS 126 (49.61% from 255) = 36.31%
R=21.90%
G=41.79%
B=36.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal761451260.4800.130.43163.4831.2243.33
Hex4C917E300D2Ba31f2b
Octal11422117660015532433753
Binary1001100100100011111110110000011011010111010001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c917e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,145,126); }

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

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

 a { background-color: rgb(76,145,126); }

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

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

 span { border-color: rgb(76,145,126); }

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