#4BA55A

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

Shades of Fruit Salad #4BA55A

Tints of Fruit Salad #4BA55A

Color information

#4BA55A (or 0x4BA55A) is unknown color: approx Fruit Salad. HEX triplet: 4B, A5 and 5A. RGB value is (75,165,90). Sum of RGB (Red+Green+Blue) = 75+165+90=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 165 (64.84% from 255 or 50% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA55A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA55A is #B45AA5. Grayscale: #818181. Windows color (decimal): -11819686 or 5940555. OLE color: 5940555.

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

Color convert

RGB7516590-
CMYK0.5500.450.35
HSL130º37.5%47.06%-
HSV(B)130º54.55%64.71%-
XYZ18.229.1414.34-
YUV129.54105.6889.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.73%
GREEN value IS 165 (64.84% from 255) = 50%
BLUE value IS 90 (35.55% from 255) = 27.27%
R=22.73%
G=50%
B=27.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal75165900.5500.450.3513037.547.06
Hex4BA55A3702D2382262f
Octal11324513267055432024657
Binary1001011101001011011010110111010110110001110000010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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