#4BAB48

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

Shades of Fruit Salad #4BAB48

Tints of Fruit Salad #4BAB48

Color information

#4BAB48 (or 0x4BAB48) is unknown color: approx Fruit Salad. HEX triplet: 4B, AB and 48. RGB value is (75,171,72). Sum of RGB (Red+Green+Blue) = 75+171+72=318 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.58% from 318); Green value is 171 (67.19% from 255 or 53.77% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 171 - color contains mainly: green. Hex color #4BAB48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAB48 is #B454B7. Grayscale: #838383. Windows color (decimal): -11818168 or 4762443. OLE color: 4762443.

HSL color Cylindrical-coordinate representation of color #4BAB48: hue angle of 118.18º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BAB48 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB7517172-
CMYK0.5600.580.33
HSL118.18º40.74%47.65%-
HSV(B)118.18º57.89%67.06%-
XYZ18.6331.0911.15-
YUV131.0194.788.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.58%
GREEN value IS 171 (67.19% from 255) = 53.77%
BLUE value IS 72 (28.52% from 255) = 22.64%
R=23.58%
G=53.77%
B=22.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75171720.5600.580.33118.1840.7447.65
Hex4BAB483803A21762930
Octal11325311070072411665160
Binary100101110101011100100011100001110101000011110110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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