#4B9049

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

Shades of Fruit Salad #4B9049

Tints of Fruit Salad #4B9049

Color information

#4B9049 (or 0x4B9049) is unknown color: approx Fruit Salad. HEX triplet: 4B, 90 and 49. RGB value is (75,144,73). Sum of RGB (Red+Green+Blue) = 75+144+73=292 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.68% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #4B9049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9049 is #B46FB6. Grayscale: #737373. Windows color (decimal): -11825079 or 4821067. OLE color: 4821067.

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

Color convert

RGB7514473-
CMYK0.4800.490.44
HSL118.31º32.72%42.55%-
HSV(B)118.31º49.31%56.47%-
XYZ14.0821.929.79-
YUV115.28104.1499.27-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.68%
GREEN value IS 144 (56.64% from 255) = 49.32%
BLUE value IS 73 (28.91% from 255) = 25%
R=25.68%
G=49.32%
B=25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75144730.4800.490.44118.3132.7242.55
Hex4B9049300312C76212b
Octal11322011160061541664153
Binary100101110010000100100111000001100011011001110110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,144,73); }

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

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

 a { background-color: rgb(75,144,73); }

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

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

 span { border-color: rgb(75,144,73); }

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