#4E914A

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

Shades of Fruit Salad #4E914A

Tints of Fruit Salad #4E914A

Color information

#4E914A (or 0x4E914A) is unknown color: approx Fruit Salad. HEX triplet: 4E, 91 and 4A. RGB value is (78,145,74). Sum of RGB (Red+Green+Blue) = 78+145+74=297 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.26% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #4E914A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E914A is #B16EB5. Grayscale: #757575. Windows color (decimal): -11628214 or 4886862. OLE color: 4886862.

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

Color convert

RGB7814574-
CMYK0.4600.490.43
HSL116.62º32.42%42.94%-
HSV(B)116.62º48.97%56.86%-
XYZ14.522.3610.03-
YUV116.87103.8100.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.26%
GREEN value IS 145 (57.03% from 255) = 48.82%
BLUE value IS 74 (29.30% from 255) = 24.92%
R=26.26%
G=48.82%
B=24.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal78145740.4600.490.43116.6232.4242.94
Hex4E914A2E0312B75202b
Octal11622111256061531654053
Binary100111010010001100101010111001100011010111110101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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