#4D924E

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

Shades of Fruit Salad #4D924E

Tints of Fruit Salad #4D924E

Color information

#4D924E (or 0x4D924E) is unknown color: approx Fruit Salad. HEX triplet: 4D, 92 and 4E. RGB value is (77,146,78). Sum of RGB (Red+Green+Blue) = 77+146+78=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #4D924E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D924E is #B26DB1. Grayscale: #757575. Windows color (decimal): -11693490 or 5149261. OLE color: 5149261.

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

Color convert

RGB7714678-
CMYK0.4700.470.43
HSL120.87º30.94%43.73%-
HSV(B)120.87º47.26%57.25%-
XYZ14.7122.6910.81-
YUV117.62105.6499.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.58%
GREEN value IS 146 (57.42% from 255) = 48.50%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=25.58%
G=48.50%
B=25.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal77146780.4700.470.43120.8730.9443.73
Hex4D924E2F02F2B791f2c
Octal11522211657057531713754
Binary10011011001001010011101011110101111101011111100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D924E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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