#4A9352

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

Shades of Fruit Salad #4A9352

Tints of Fruit Salad #4A9352

Color information

#4A9352 (or 0x4A9352) is unknown color: approx Fruit Salad. HEX triplet: 4A, 93 and 52. RGB value is (74,147,82). Sum of RGB (Red+Green+Blue) = 74+147+82=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #4A9352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9352 is #B56CAD. Grayscale: #757575. Windows color (decimal): -11889838 or 5411658. OLE color: 5411658.

HSL color Cylindrical-coordinate representation of color #4A9352: hue angle of 126.58º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A9352 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB7414782-
CMYK0.5000.440.42
HSL126.58º33.03%43.33%-
HSV(B)126.58º49.66%57.65%-
XYZ14.7822.9311.63-
YUV117.76107.8296.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.42%
GREEN value IS 147 (57.81% from 255) = 48.51%
BLUE value IS 82 (32.42% from 255) = 27.06%
R=24.42%
G=48.51%
B=27.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74147820.5000.440.42126.5833.0343.33
Hex4A93523202C2A7f212b
Octal11222312262054521774153
Binary100101010010011101001011001001011001010101111111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,147,82); }

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

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

 a { background-color: rgb(74,147,82); }

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

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

 span { border-color: rgb(74,147,82); }

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