#4A9D56

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

Shades of Fruit Salad #4A9D56

Tints of Fruit Salad #4A9D56

Color information

#4A9D56 (or 0x4A9D56) is unknown color: approx Fruit Salad. HEX triplet: 4A, 9D and 56. RGB value is (74,157,86). Sum of RGB (Red+Green+Blue) = 74+157+86=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 157 (61.72% from 255 or 49.53% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 157 - color contains mainly: green. Hex color #4A9D56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9D56 is #B562A9. Grayscale: #7C7C7C. Windows color (decimal): -11887274 or 5676362. OLE color: 5676362.

HSL color Cylindrical-coordinate representation of color #4A9D56: hue angle of 128.67º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A9D56 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB7415786-
CMYK0.5300.450.38
HSL128.67º35.93%45.29%-
HSV(B)128.67º52.87%61.57%-
XYZ16.5626.2413-
YUV124.09106.592.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.34%
GREEN value IS 157 (61.72% from 255) = 49.53%
BLUE value IS 86 (33.98% from 255) = 27.13%
R=23.34%
G=49.53%
B=27.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal74157860.5300.450.38128.6735.9345.29
Hex4A9D563502D2681242d
Octal11223512665055462014455
Binary1001010100111011010110110101010110110011010000001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,157,86); }

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

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

 a { background-color: rgb(74,157,86); }

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

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

 span { border-color: rgb(74,157,86); }

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