#4B8D50

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

Shades of Fruit Salad #4B8D50

Tints of Fruit Salad #4B8D50

Color information

#4B8D50 (or 0x4B8D50) is unknown color: approx Fruit Salad. HEX triplet: 4B, 8D and 50. RGB value is (75,141,80). Sum of RGB (Red+Green+Blue) = 75+141+80=296 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.34% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 141 - color contains mainly: green. Hex color #4B8D50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8D50 is #B472AF. Grayscale: #727272. Windows color (decimal): -11825840 or 5279051. OLE color: 5279051.

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

Color convert

RGB7514180-
CMYK0.4700.430.45
HSL124.55º30.56%42.35%-
HSV(B)124.55º46.81%55.29%-
XYZ13.8721.1210.94-
YUV114.31108.6399.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.34%
GREEN value IS 141 (55.47% from 255) = 47.64%
BLUE value IS 80 (31.64% from 255) = 27.03%
R=25.34%
G=47.64%
B=27.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75141800.4700.430.45124.5530.5642.35
Hex4B8D502F02B2D7d1f2a
Octal11321512057053551753752
Binary10010111000110110100001011110101011101101111110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,141,80); }

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

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

 a { background-color: rgb(75,141,80); }

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

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

 span { border-color: rgb(75,141,80); }

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