#4E9B53

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

Shades of Fruit Salad #4E9B53

Tints of Fruit Salad #4E9B53

Color information

#4E9B53 (or 0x4E9B53) is unknown color: approx Fruit Salad. HEX triplet: 4E, 9B and 53. RGB value is (78,155,83). Sum of RGB (Red+Green+Blue) = 78+155+83=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #4E9B53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9B53 is #B164AC. Grayscale: #7B7B7B. Windows color (decimal): -11625645 or 5479246. OLE color: 5479246.

HSL color Cylindrical-coordinate representation of color #4E9B53: hue angle of 123.9º 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 #4E9B53 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB7815583-
CMYK0.5000.460.39
HSL123.9º33.05%45.69%-
HSV(B)123.9º49.68%60.78%-
XYZ16.4225.6912.28-
YUV123.77104.9995.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.68%
GREEN value IS 155 (60.94% from 255) = 49.05%
BLUE value IS 83 (32.81% from 255) = 26.27%
R=24.68%
G=49.05%
B=26.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78155830.5000.460.39123.933.0545.69
Hex4E9B533202E277c212e
Octal11623312362056471744156
Binary100111010011011101001111001001011101001111111100100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,155,83); }

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

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

 a { background-color: rgb(78,155,83); }

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

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

 span { border-color: rgb(78,155,83); }

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