#4EA546

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

Shades of Fruit Salad #4EA546

Tints of Fruit Salad #4EA546

Color information

#4EA546 (or 0x4EA546) is unknown color: approx Fruit Salad. HEX triplet: 4E, A5 and 46. RGB value is (78,165,70). Sum of RGB (Red+Green+Blue) = 78+165+70=313 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.92% from 313); Green value is 165 (64.84% from 255 or 52.72% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 165 - color contains mainly: green. Hex color #4EA546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA546 is #B15AB9. Grayscale: #808080. Windows color (decimal): -11623098 or 4629838. OLE color: 4629838.

HSL color Cylindrical-coordinate representation of color #4EA546: hue angle of 114.95º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EA546 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB7816570-
CMYK0.5300.580.35
HSL114.95º40.43%46.08%-
HSV(B)114.95º57.58%64.71%-
XYZ17.728.9710.45-
YUV128.1695.1892.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.92%
GREEN value IS 165 (64.84% from 255) = 52.72%
BLUE value IS 70 (27.73% from 255) = 22.36%
R=24.92%
G=52.72%
B=22.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal78165700.5300.580.35114.9540.4346.08
Hex4EA5463503A2373282e
Octal11624510665072431635056
Binary100111010100101100011011010101110101000111110011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,165,70); }

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

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

 a { background-color: rgb(78,165,70); }

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

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

 span { border-color: rgb(78,165,70); }

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