#4B9550

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

Shades of Fruit Salad #4B9550

Tints of Fruit Salad #4B9550

Color information

#4B9550 (or 0x4B9550) is unknown color: approx Fruit Salad. HEX triplet: 4B, 95 and 50. RGB value is (75,149,80). Sum of RGB (Red+Green+Blue) = 75+149+80=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #4B9550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9550 is #B46AAF. Grayscale: #777777. Windows color (decimal): -11823792 or 5281099. OLE color: 5281099.

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

Color convert

RGB7514980-
CMYK0.5000.460.42
HSL124.05º33.04%43.92%-
HSV(B)124.05º49.66%58.43%-
XYZ15.123.5711.34-
YUV119.01105.9896.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.67%
GREEN value IS 149 (58.59% from 255) = 49.01%
BLUE value IS 80 (31.64% from 255) = 26.32%
R=24.67%
G=49.01%
B=26.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75149800.5000.460.42124.0533.0443.92
Hex4B95503202E2A7c212c
Octal11322512062056521744154
Binary100101110010101101000011001001011101010101111100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,149,80); }

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

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

 a { background-color: rgb(75,149,80); }

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

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

 span { border-color: rgb(75,149,80); }

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