#4E9452

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

Shades of Fruit Salad #4E9452

Tints of Fruit Salad #4E9452

Color information

#4E9452 (or 0x4E9452) is unknown color: approx Fruit Salad. HEX triplet: 4E, 94 and 52. RGB value is (78,148,82). Sum of RGB (Red+Green+Blue) = 78+148+82=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #4E9452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9452 is #B16BAD. Grayscale: #777777. Windows color (decimal): -11627438 or 5411918. OLE color: 5411918.

HSL color Cylindrical-coordinate representation of color #4E9452: hue angle of 123.43º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E9452 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB7814882-
CMYK0.4700.450.42
HSL123.43º30.97%44.31%-
HSV(B)123.43º47.3%58.04%-
XYZ15.2523.4111.7-
YUV119.55106.8198.37-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.32%
GREEN value IS 148 (58.20% from 255) = 48.05%
BLUE value IS 82 (32.42% from 255) = 26.62%
R=25.32%
G=48.05%
B=26.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78148820.4700.450.42123.4330.9744.31
Hex4E94522F02D2A7b1f2c
Octal11622412257055521733754
Binary10011101001010010100101011110101101101010111101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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