#4AB249

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

Shades of Fruit Salad #4AB249

Tints of Fruit Salad #4AB249

Color information

#4AB249 (or 0x4AB249) is unknown color: approx Fruit Salad. HEX triplet: 4A, B2 and 49. RGB value is (74,178,73). Sum of RGB (Red+Green+Blue) = 74+178+73=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 178 (69.92% from 255 or 54.77% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB249 is #B54DB6. Grayscale: #878787. Windows color (decimal): -11881911 or 4829770. OLE color: 4829770.

HSL color Cylindrical-coordinate representation of color #4AB249: hue angle of 119.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB249 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB7417873-
CMYK0.5800.590.30
HSL119.43º41.83%49.22%-
HSV(B)119.43º58.99%69.8%-
XYZ19.9533.7811.77-
YUV134.9393.0484.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.77%
GREEN value IS 178 (69.92% from 255) = 54.77%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=22.77%
G=54.77%
B=22.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal74178730.5800.590.30119.4341.8349.22
Hex4AB2493A03B1E772a31
Octal11226211172073361675261
Binary10010101011001010010011110100111011111101110111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,178,73); }

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

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

 a { background-color: rgb(74,178,73); }

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

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

 span { border-color: rgb(74,178,73); }

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