#4B9652

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

Shades of Fruit Salad #4B9652

Tints of Fruit Salad #4B9652

Color information

#4B9652 (or 0x4B9652) is unknown color: approx Fruit Salad. HEX triplet: 4B, 96 and 52. RGB value is (75,150,82). Sum of RGB (Red+Green+Blue) = 75+150+82=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #4B9652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9652 is #B469AD. Grayscale: #787878. Windows color (decimal): -11823534 or 5412427. OLE color: 5412427.

HSL color Cylindrical-coordinate representation of color #4B9652: hue angle of 125.6º 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 #4B9652 is Cyan = 0.5, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB7515082-
CMYK0.500.450.41
HSL125.6º33.33%44.12%-
HSV(B)125.6º50%58.82%-
XYZ15.3323.9211.79-
YUV119.82106.6596.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.43%
GREEN value IS 150 (58.98% from 255) = 48.86%
BLUE value IS 82 (32.42% from 255) = 26.71%
R=24.43%
G=48.86%
B=26.71%

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
Decimal75150820.500.450.41125.633.3344.12
Hex4B96523202D297e212c
Octal11322612262055511764154
Binary100101110010110101001011001001011011010011111110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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