#4B9350

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

Shades of Fruit Salad #4B9350

Tints of Fruit Salad #4B9350

Color information

#4B9350 (or 0x4B9350) is unknown color: approx Fruit Salad. HEX triplet: 4B, 93 and 50. RGB value is (75,147,80). Sum of RGB (Red+Green+Blue) = 75+147+80=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #4B9350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9350 is #B46CAF. Grayscale: #767676. Windows color (decimal): -11824304 or 5280587. OLE color: 5280587.

HSL color Cylindrical-coordinate representation of color #4B9350: hue angle of 124.17º degrees, saturation: 0.32, 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 #4B9350 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB7514780-
CMYK0.4900.460.42
HSL124.17º32.43%43.53%-
HSV(B)124.17º48.98%57.65%-
XYZ14.7822.9411.24-
YUV117.83106.6597.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.83%
GREEN value IS 147 (57.81% from 255) = 48.68%
BLUE value IS 80 (31.64% from 255) = 26.49%
R=24.83%
G=48.68%
B=26.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75147800.4900.460.42124.1732.4343.53
Hex4B93503102E2A7c202c
Octal11322312061056521744054
Binary100101110010011101000011000101011101010101111100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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