#4D954D

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

Shades of Fruit Salad #4D954D

Tints of Fruit Salad #4D954D

Color information

#4D954D (or 0x4D954D) is unknown color: approx Fruit Salad. HEX triplet: 4D, 95 and 4D. RGB value is (77,149,77). Sum of RGB (Red+Green+Blue) = 77+149+77=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #4D954D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D954D is #B26AB2. Grayscale: #777777. Windows color (decimal): -11692723 or 5084493. OLE color: 5084493.

HSL color Cylindrical-coordinate representation of color #4D954D: hue angle of 120º 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 #4D954D is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB7714977-
CMYK0.4800.480.42
HSL120º31.86%44.31%-
HSV(B)120º48.32%58.43%-
XYZ15.1523.6110.78-
YUV119.26104.1597.85-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.41%
GREEN value IS 149 (58.59% from 255) = 49.17%
BLUE value IS 77 (30.47% from 255) = 25.41%
R=25.41%
G=49.17%
B=25.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77149770.4800.480.4212031.8644.31
Hex4D954D300302A78202c
Octal11522511560060521704054
Binary100110110010101100110111000001100001010101111000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D954D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,149,77); }

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

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

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

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

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

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

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