#4B9653

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

Shades of Fruit Salad #4B9653

Tints of Fruit Salad #4B9653

Color information

#4B9653 (or 0x4B9653) is unknown color: approx Fruit Salad. HEX triplet: 4B, 96 and 53. RGB value is (75,150,83). Sum of RGB (Red+Green+Blue) = 75+150+83=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #4B9653 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9653 is #B469AC. Grayscale: #787878. Windows color (decimal): -11823533 or 5477963. OLE color: 5477963.

HSL color Cylindrical-coordinate representation of color #4B9653: hue angle of 126.4º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B9653 is Cyan = 0.5, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB7515083-
CMYK0.500.450.41
HSL126.4º33.33%44.12%-
HSV(B)126.4º50%58.82%-
XYZ15.3723.9311.99-
YUV119.94107.1595.95-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.35%
GREEN value IS 150 (58.98% from 255) = 48.70%
BLUE value IS 83 (32.81% from 255) = 26.95%
R=24.35%
G=48.70%
B=26.95%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal75150830.500.450.41126.433.3344.12
Hex4B96533202D297e212c
Octal11322612362055511764154
Binary100101110010110101001111001001011011010011111110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,150,83); }

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

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

 a { background-color: rgb(75,150,83); }

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

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

 span { border-color: rgb(75,150,83); }

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