#4AAB4E

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

Shades of Fruit Salad #4AAB4E

Tints of Fruit Salad #4AAB4E

Color information

#4AAB4E (or 0x4AAB4E) is unknown color: approx Fruit Salad. HEX triplet: 4A, AB and 4E. RGB value is (74,171,78). Sum of RGB (Red+Green+Blue) = 74+171+78=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #4AAB4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAB4E is #B554B1. Grayscale: #838383. Windows color (decimal): -11883698 or 5155658. OLE color: 5155658.

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

Color convert

RGB7417178-
CMYK0.5700.540.33
HSL122.47º39.59%48.04%-
HSV(B)122.47º56.73%67.06%-
XYZ18.7631.1312.23-
YUV131.3997.8687.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.91%
GREEN value IS 171 (67.19% from 255) = 52.94%
BLUE value IS 78 (30.86% from 255) = 24.15%
R=22.91%
G=52.94%
B=24.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74171780.5700.540.33122.4739.5948.04
Hex4AAB4E39036217a2830
Octal11225311671066411725060
Binary100101010101011100111011100101101101000011111010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,171,78); }

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

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

 a { background-color: rgb(74,171,78); }

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

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

 span { border-color: rgb(74,171,78); }

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