#4E9449

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

Shades of Fruit Salad #4E9449

Tints of Fruit Salad #4E9449

Color information

#4E9449 (or 0x4E9449) is unknown color: approx Fruit Salad. HEX triplet: 4E, 94 and 49. RGB value is (78,148,73). Sum of RGB (Red+Green+Blue) = 78+148+73=299 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.09% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #4E9449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E9449 is #B16BB6. Grayscale: #767676. Windows color (decimal): -11627447 or 4822094. OLE color: 4822094.

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

Color convert

RGB7814873-
CMYK0.4700.510.42
HSL116º33.94%43.33%-
HSV(B)116º50.68%58.04%-
XYZ14.9323.2810.01-
YUV118.52102.3199.1-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.09%
GREEN value IS 148 (58.20% from 255) = 49.50%
BLUE value IS 73 (28.91% from 255) = 24.41%
R=26.09%
G=49.50%
B=24.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78148730.4700.510.4211633.9443.33
Hex4E94492F0332A74222b
Octal11622411157063521644253
Binary100111010010100100100110111101100111010101110100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,148,73); }

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

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

 a { background-color: rgb(78,148,73); }

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

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

 span { border-color: rgb(78,148,73); }

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