#4E9058

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

Shades of Fruit Salad #4E9058

Tints of Fruit Salad #4E9058

Color information

#4E9058 (or 0x4E9058) is unknown color: approx Fruit Salad. HEX triplet: 4E, 90 and 58. RGB value is (78,144,88). Sum of RGB (Red+Green+Blue) = 78+144+88=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #4E9058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9058 is #B16FA7. Grayscale: #767676. Windows color (decimal): -11628456 or 5804110. OLE color: 5804110.

HSL color Cylindrical-coordinate representation of color #4E9058: hue angle of 129.09º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E9058 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB7814488-
CMYK0.4600.390.44
HSL129.09º29.73%43.53%-
HSV(B)129.09º45.83%56.47%-
XYZ14.8822.2712.75-
YUV117.88111.1399.55-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.16%
GREEN value IS 144 (56.64% from 255) = 46.45%
BLUE value IS 88 (34.77% from 255) = 28.39%
R=25.16%
G=46.45%
B=28.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal78144880.4600.390.44129.0929.7343.53
Hex4E90582E0272C811e2c
Octal11622013056047542013654
Binary100111010010000101100010111001001111011001000000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,144,88); }

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

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

 a { background-color: rgb(78,144,88); }

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

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

 span { border-color: rgb(78,144,88); }

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