#4D954E

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

Shades of Fruit Salad #4D954E

Tints of Fruit Salad #4D954E

Color information

#4D954E (or 0x4D954E) is unknown color: approx Fruit Salad. HEX triplet: 4D, 95 and 4E. RGB value is (77,149,78). Sum of RGB (Red+Green+Blue) = 77+149+78=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #4D954E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D954E is #B26AB1. Grayscale: #777777. Windows color (decimal): -11692722 or 5150029. OLE color: 5150029.

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

Color convert

RGB7714978-
CMYK0.4800.480.42
HSL120.83º31.86%44.31%-
HSV(B)120.83º48.32%58.43%-
XYZ15.1823.6210.97-
YUV119.38104.6597.77-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.33%
GREEN value IS 149 (58.59% from 255) = 49.01%
BLUE value IS 78 (30.86% from 255) = 25.66%
R=25.33%
G=49.01%
B=25.66%

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
Decimal77149780.4800.480.42120.8331.8644.31
Hex4D954E300302A79202c
Octal11522511660060521714054
Binary100110110010101100111011000001100001010101111001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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