#4DB048

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

Shades of Fruit Salad #4DB048

Tints of Fruit Salad #4DB048

Color information

#4DB048 (or 0x4DB048) is unknown color: approx Fruit Salad. HEX triplet: 4D, B0 and 48. RGB value is (77,176,72). Sum of RGB (Red+Green+Blue) = 77+176+72=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 176 (69.14% from 255 or 54.15% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DB048 is #B24FB7. Grayscale: #868686. Windows color (decimal): -11685816 or 4763725. OLE color: 4763725.

HSL color Cylindrical-coordinate representation of color #4DB048: hue angle of 117.12º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DB048 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB7717672-
CMYK0.5600.590.31
HSL117.12º41.94%48.63%-
HSV(B)117.12º59.09%69.02%-
XYZ19.7633.111.48-
YUV134.5492.786.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.69%
GREEN value IS 176 (69.14% from 255) = 54.15%
BLUE value IS 72 (28.52% from 255) = 22.15%
R=23.69%
G=54.15%
B=22.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal77176720.5600.590.31117.1241.9448.63
Hex4DB0483803B1F752a31
Octal11526011070073371655261
Binary10011011011000010010001110000111011111111110101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,176,72); }

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

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

 a { background-color: rgb(77,176,72); }

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

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

 span { border-color: rgb(77,176,72); }

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