#4A9750

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

Shades of Fruit Salad #4A9750

Tints of Fruit Salad #4A9750

Color information

#4A9750 (or 0x4A9750) is unknown color: approx Fruit Salad. HEX triplet: 4A, 97 and 50. RGB value is (74,151,80). Sum of RGB (Red+Green+Blue) = 74+151+80=305 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.26% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #4A9750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9750 is #B568AF. Grayscale: #787878. Windows color (decimal): -11888816 or 5281610. OLE color: 5281610.

HSL color Cylindrical-coordinate representation of color #4A9750: hue angle of 124.68º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A9750 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB7415180-
CMYK0.5100.470.41
HSL124.68º34.22%44.12%-
HSV(B)124.68º50.99%59.22%-
XYZ15.3424.1711.45-
YUV119.88105.4995.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.26%
GREEN value IS 151 (59.38% from 255) = 49.51%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=24.26%
G=49.51%
B=26.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal74151800.5100.470.41124.6834.2244.12
Hex4A97503302F297d222c
Octal11222712063057511754254
Binary100101010010111101000011001101011111010011111101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,151,80); }

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

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

 a { background-color: rgb(74,151,80); }

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

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

 span { border-color: rgb(74,151,80); }

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