#4D8E4B

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

Shades of Fruit Salad #4D8E4B

Tints of Fruit Salad #4D8E4B

Color information

#4D8E4B (or 0x4D8E4B) is unknown color: approx Fruit Salad. HEX triplet: 4D, 8E and 4B. RGB value is (77,142,75). Sum of RGB (Red+Green+Blue) = 77+142+75=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #4D8E4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8E4B is #B271B4. Grayscale: #737373. Windows color (decimal): -11694517 or 4951629. OLE color: 4951629.

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

Color convert

RGB7714275-
CMYK0.4600.470.44
HSL118.21º30.88%42.55%-
HSV(B)118.21º47.18%55.69%-
XYZ1421.4310.06-
YUV114.93105.47100.95-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.19%
GREEN value IS 142 (55.86% from 255) = 48.30%
BLUE value IS 75 (29.69% from 255) = 25.51%
R=26.19%
G=48.30%
B=25.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal77142750.4600.470.44118.2130.8842.55
Hex4D8E4B2E02F2C761f2b
Octal11521611356057541663753
Binary10011011000111010010111011100101111101100111011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,142,75); }

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

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

 a { background-color: rgb(77,142,75); }

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

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

 span { border-color: rgb(77,142,75); }

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