#4E9350

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

Shades of Fruit Salad #4E9350

Tints of Fruit Salad #4E9350

Color information

#4E9350 (or 0x4E9350) is unknown color: approx Fruit Salad. HEX triplet: 4E, 93 and 50. RGB value is (78,147,80). Sum of RGB (Red+Green+Blue) = 78+147+80=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #4E9350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9350 is #B16CAF. Grayscale: #767676. Windows color (decimal): -11627696 or 5280590. OLE color: 5280590.

HSL color Cylindrical-coordinate representation of color #4E9350: hue angle of 121.74º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E9350 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB7814780-
CMYK0.4700.460.42
HSL121.74º30.67%44.12%-
HSV(B)121.74º46.94%57.65%-
XYZ15.0223.0711.25-
YUV118.73106.1498.95-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.57%
GREEN value IS 147 (57.81% from 255) = 48.20%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=25.57%
G=48.20%
B=26.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78147800.4700.460.42121.7430.6744.12
Hex4E93502F02E2A7a1f2c
Octal11622312057056521723754
Binary10011101001001110100001011110101110101010111101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,147,80); }

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

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

 a { background-color: rgb(78,147,80); }

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

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

 span { border-color: rgb(78,147,80); }

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