#4EA552

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

Shades of Fruit Salad #4EA552

Tints of Fruit Salad #4EA552

Color information

#4EA552 (or 0x4EA552) is unknown color: approx Fruit Salad. HEX triplet: 4E, A5 and 52. RGB value is (78,165,82). Sum of RGB (Red+Green+Blue) = 78+165+82=325 (43% of max value = 765). Red value is 78 (30.86% from 255 or 24% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #4EA552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA552 is #B15AAD. Grayscale: #818181. Windows color (decimal): -11623086 or 5416270. OLE color: 5416270.

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

Color convert

RGB7816582-
CMYK0.5300.500.35
HSL122.76º35.8%47.65%-
HSV(B)122.76º52.73%64.71%-
XYZ18.1229.1412.65-
YUV129.52101.1891.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24%
GREEN value IS 165 (64.84% from 255) = 50.77%
BLUE value IS 82 (32.42% from 255) = 25.23%
R=24%
G=50.77%
B=25.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal78165820.5300.500.35122.7635.847.65
Hex4EA55235032237b2430
Octal11624512265062431734460
Binary100111010100101101001011010101100101000111111011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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