#4B9155

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

Shades of Fruit Salad #4B9155

Tints of Fruit Salad #4B9155

Color information

#4B9155 (or 0x4B9155) is unknown color: approx Fruit Salad. HEX triplet: 4B, 91 and 55. RGB value is (75,145,85). Sum of RGB (Red+Green+Blue) = 75+145+85=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #4B9155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9155 is #B46EAA. Grayscale: #757575. Windows color (decimal): -11824811 or 5607755. OLE color: 5607755.

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

Color convert

RGB7514585-
CMYK0.4800.410.43
HSL128.57º31.82%43.14%-
HSV(B)128.57º48.28%56.86%-
XYZ14.6722.412.15-
YUV117.23109.8197.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.59%
GREEN value IS 145 (57.03% from 255) = 47.54%
BLUE value IS 85 (33.59% from 255) = 27.87%
R=24.59%
G=47.54%
B=27.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal75145850.4800.410.43128.5731.8243.14
Hex4B9155300292B81202b
Octal11322112560051532014053
Binary1001011100100011010101110000010100110101110000001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,145,85); }

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

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

 a { background-color: rgb(75,145,85); }

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

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

 span { border-color: rgb(75,145,85); }

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