#4BA556

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

Shades of Fruit Salad #4BA556

Tints of Fruit Salad #4BA556

Color information

#4BA556 (or 0x4BA556) is unknown color: approx Fruit Salad. HEX triplet: 4B, A5 and 56. RGB value is (75,165,86). Sum of RGB (Red+Green+Blue) = 75+165+86=326 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.01% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA556 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA556 is #B45AA9. Grayscale: #818181. Windows color (decimal): -11819690 or 5678411. OLE color: 5678411.

HSL color Cylindrical-coordinate representation of color #4BA556: hue angle of 127.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA556 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB7516586-
CMYK0.5500.480.35
HSL127.33º37.5%47.06%-
HSV(B)127.33º54.55%64.71%-
XYZ18.0429.0813.47-
YUV129.08103.6889.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.01%
GREEN value IS 165 (64.84% from 255) = 50.61%
BLUE value IS 86 (33.98% from 255) = 26.38%
R=23.01%
G=50.61%
B=26.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal75165860.5500.480.35127.3337.547.06
Hex4BA55637030237f262f
Octal11324512667060431774657
Binary100101110100101101011011011101100001000111111111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,165,86); }

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

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

 a { background-color: rgb(75,165,86); }

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

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

 span { border-color: rgb(75,165,86); }

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