#4E9C5B

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

Shades of Fruit Salad #4E9C5B

Tints of Fruit Salad #4E9C5B

Color information

#4E9C5B (or 0x4E9C5B) is unknown color: approx Fruit Salad. HEX triplet: 4E, 9C and 5B. RGB value is (78,156,91). Sum of RGB (Red+Green+Blue) = 78+156+91=325 (43% of max value = 765). Red value is 78 (30.86% from 255 or 24% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #4E9C5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9C5B is #B163A4. Grayscale: #7D7D7D. Windows color (decimal): -11625381 or 6003790. OLE color: 6003790.

HSL color Cylindrical-coordinate representation of color #4E9C5B: hue angle of 130º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E9C5B is Cyan = 0.5, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB7815691-
CMYK0.500.420.39
HSL130º33.33%45.88%-
HSV(B)130º50%61.18%-
XYZ16.9226.1514.05-
YUV125.27108.6694.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24%
GREEN value IS 156 (61.33% from 255) = 48%
BLUE value IS 91 (35.94% from 255) = 28%
R=24%
G=48%
B=28%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78156910.500.420.3913033.3345.88
Hex4E9C5B3202A2782212e
Octal11623413362052472024156
Binary1001110100111001011011110010010101010011110000010100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,156,91); }

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

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

 a { background-color: rgb(78,156,91); }

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

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

 span { border-color: rgb(78,156,91); }

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