#4AB13B

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

Shades of Fruit Salad #4AB13B

Tints of Fruit Salad #4AB13B

Color information

#4AB13B (or 0x4AB13B) is unknown color: approx Fruit Salad. HEX triplet: 4A, B1 and 3B. RGB value is (74,177,59). Sum of RGB (Red+Green+Blue) = 74+177+59=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 177 (69.53% from 255 or 57.10% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB13B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB13B is #B54EC4. Grayscale: #858585. Windows color (decimal): -11882181 or 3912010. OLE color: 3912010.

HSL color Cylindrical-coordinate representation of color #4AB13B: hue angle of 112.37º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AB13B is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB7417759-
CMYK0.5800.670.31
HSL112.37º50%46.27%-
HSV(B)112.37º66.67%69.41%-
XYZ19.3433.229.53-
YUV132.7586.3886.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.87%
GREEN value IS 177 (69.53% from 255) = 57.10%
BLUE value IS 59 (23.44% from 255) = 19.03%
R=23.87%
G=57.10%
B=19.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal74177590.5800.670.31112.375046.27
Hex4AB13B3A0431F70322e
Octal11226173720103371606256
Binary10010101011000111101111101001000011111111110000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,177,59); }

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

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

 a { background-color: rgb(74,177,59); }

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

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

 span { border-color: rgb(74,177,59); }

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