#4ba348

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

Shades of Fruit Salad #4BA348

Tints of Fruit Salad #4BA348

Color information

#4BA348 (or 0x4BA348) is unknown color: approx Fruit Salad. HEX triplet: 4B, A3 and 48. RGB value is (75,163,72). Sum of RGB (Red+Green+Blue) = 75+163+72=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 163 (64.06% from 255 or 52.58% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA348 is #B45CB7. Grayscale: #7E7E7E. Windows color (decimal): -11820216 or 4760395. OLE color: 4760395.

HSL color Cylindrical-coordinate representation of color #4BA348: hue angle of 118.02º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BA348 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB7516372-
CMYK0.5400.560.36
HSL118.02º38.72%46.08%-
HSV(B)118.02º55.83%63.92%-
XYZ17.1728.1610.66-
YUV126.3197.3591.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.19%
GREEN value IS 163 (64.06% from 255) = 52.58%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=24.19%
G=52.58%
B=23.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal75163720.5400.560.36118.0238.7246.08
Hex4BA348360382476272e
Octal11324311066070441664756
Binary100101110100011100100011011001110001001001110110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ba348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,163,72); }

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

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

 a { background-color: rgb(75,163,72); }

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

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

 span { border-color: rgb(75,163,72); }

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