#4AB03B

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

Shades of Fruit Salad #4AB03B

Tints of Fruit Salad #4AB03B

Color information

#4AB03B (or 0x4AB03B) is unknown color: approx Fruit Salad. HEX triplet: 4A, B0 and 3B. RGB value is (74,176,59). Sum of RGB (Red+Green+Blue) = 74+176+59=309 (40% of max value = 765). Red value is 74 (29.30% from 255 or 23.95% from 309); Green value is 176 (69.14% from 255 or 56.96% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB03B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB03B is #B54FC4. Grayscale: #848484. Windows color (decimal): -11882437 or 3911754. OLE color: 3911754.

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

Color convert

RGB7417659-
CMYK0.5800.660.31
HSL112.31º49.79%46.08%-
HSV(B)112.31º66.48%69.02%-
XYZ19.1432.829.46-
YUV132.1686.7186.51-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.95%
GREEN value IS 176 (69.14% from 255) = 56.96%
BLUE value IS 59 (23.44% from 255) = 19.09%
R=23.95%
G=56.96%
B=19.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal74176590.5800.660.31112.3149.7946.08
Hex4AB03B3A0421F70322e
Octal11226073720102371606256
Binary10010101011000011101111101001000010111111110000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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