#4D924B

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

Shades of Fruit Salad #4D924B

Tints of Fruit Salad #4D924B

Color information

#4D924B (or 0x4D924B) is unknown color: approx Fruit Salad. HEX triplet: 4D, 92 and 4B. RGB value is (77,146,75). Sum of RGB (Red+Green+Blue) = 77+146+75=298 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.84% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #4D924B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D924B is #B26DB4. Grayscale: #757575. Windows color (decimal): -11693493 or 4952653. OLE color: 4952653.

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

Color convert

RGB7714675-
CMYK0.4700.490.43
HSL118.31º32.13%43.33%-
HSV(B)118.31º48.63%57.25%-
XYZ14.6122.6410.26-
YUV117.28104.1499.27-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.84%
GREEN value IS 146 (57.42% from 255) = 48.99%
BLUE value IS 75 (29.69% from 255) = 25.17%
R=25.84%
G=48.99%
B=25.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal77146750.4700.490.43118.3132.1343.33
Hex4D924B2F0312B76202b
Octal11522211357061531664053
Binary100110110010010100101110111101100011010111110110100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D924B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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