#4D9450

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

Shades of Fruit Salad #4D9450

Tints of Fruit Salad #4D9450

Color information

#4D9450 (or 0x4D9450) is unknown color: approx Fruit Salad. HEX triplet: 4D, 94 and 50. RGB value is (77,148,80). Sum of RGB (Red+Green+Blue) = 77+148+80=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #4D9450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9450 is #B26BAF. Grayscale: #777777. Windows color (decimal): -11692976 or 5280845. OLE color: 5280845.

HSL color Cylindrical-coordinate representation of color #4D9450: hue angle of 122.54º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D9450 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB7714880-
CMYK0.4800.460.42
HSL122.54º31.56%44.12%-
HSV(B)122.54º47.97%58.04%-
XYZ15.123.3411.3-
YUV119.02105.9898.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.25%
GREEN value IS 148 (58.20% from 255) = 48.52%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=25.25%
G=48.52%
B=26.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77148800.4800.460.42122.5431.5644.12
Hex4D94503002E2A7b202c
Octal11522412060056521734054
Binary100110110010100101000011000001011101010101111011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,148,80); }

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

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

 a { background-color: rgb(77,148,80); }

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

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

 span { border-color: rgb(77,148,80); }

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