#4D8C4B

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

Shades of Fruit Salad #4D8C4B

Tints of Fruit Salad #4D8C4B

Color information

#4D8C4B (or 0x4D8C4B) is unknown color: approx Fruit Salad. HEX triplet: 4D, 8C and 4B. RGB value is (77,140,75). Sum of RGB (Red+Green+Blue) = 77+140+75=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 140 (55.08% from 255 or 47.95% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 140 - color contains mainly: green. Hex color #4D8C4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8C4B is #B273B4. Grayscale: #717171. Windows color (decimal): -11695029 or 4951117. OLE color: 4951117.

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

Color convert

RGB7714075-
CMYK0.4500.460.45
HSL118.15º30.23%42.16%-
HSV(B)118.15º46.43%54.9%-
XYZ13.7120.849.96-
YUV113.75106.13101.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.37%
GREEN value IS 140 (55.08% from 255) = 47.95%
BLUE value IS 75 (29.69% from 255) = 25.68%
R=26.37%
G=47.95%
B=25.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal77140750.4500.460.45118.1530.2342.16
Hex4D8C4B2D02E2D761e2a
Octal11521411355056551663652
Binary10011011000110010010111011010101110101101111011011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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