#4B944F

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

Shades of Fruit Salad #4B944F

Tints of Fruit Salad #4B944F

Color information

#4B944F (or 0x4B944F) is unknown color: approx Fruit Salad. HEX triplet: 4B, 94 and 4F. RGB value is (75,148,79). Sum of RGB (Red+Green+Blue) = 75+148+79=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #4B944F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B944F is #B46BB0. Grayscale: #767676. Windows color (decimal): -11824049 or 5215307. OLE color: 5215307.

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

Color convert

RGB7514879-
CMYK0.4900.470.42
HSL123.29º32.74%43.73%-
HSV(B)123.29º49.32%58.04%-
XYZ14.923.2411.1-
YUV118.31105.8297.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.83%
GREEN value IS 148 (58.20% from 255) = 49.01%
BLUE value IS 79 (31.25% from 255) = 26.16%
R=24.83%
G=49.01%
B=26.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75148790.4900.470.42123.2932.7443.73
Hex4B944F3102F2A7b212c
Octal11322411761057521734154
Binary100101110010100100111111000101011111010101111011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B944F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,148,79); }

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

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

 a { background-color: rgb(75,148,79); }

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

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

 span { border-color: rgb(75,148,79); }

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