#4BA44F

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

Shades of Fruit Salad #4BA44F

Tints of Fruit Salad #4BA44F

Color information

#4BA44F (or 0x4BA44F) is unknown color: approx Fruit Salad. HEX triplet: 4B, A4 and 4F. RGB value is (75,164,79). Sum of RGB (Red+Green+Blue) = 75+164+79=318 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.58% from 318); Green value is 164 (64.45% from 255 or 51.57% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA44F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA44F is #B45BB0. Grayscale: #7F7F7F. Windows color (decimal): -11819953 or 5219403. OLE color: 5219403.

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

Color convert

RGB7516479-
CMYK0.5400.520.36
HSL122.7º37.24%46.86%-
HSV(B)122.7º54.27%64.31%-
XYZ17.5928.6111.99-
YUV127.7100.5190.41-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.58%
GREEN value IS 164 (64.45% from 255) = 51.57%
BLUE value IS 79 (31.25% from 255) = 24.84%
R=23.58%
G=51.57%
B=24.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal75164790.5400.520.36122.737.2446.86
Hex4BA44F36034247b252f
Octal11324411766064441734557
Binary100101110100100100111111011001101001001001111011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,164,79); }

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

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

 a { background-color: rgb(75,164,79); }

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

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

 span { border-color: rgb(75,164,79); }

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