#4AA654

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

Shades of Fruit Salad #4AA654

Tints of Fruit Salad #4AA654

Color information

#4AA654 (or 0x4AA654) is unknown color: approx Fruit Salad. HEX triplet: 4A, A6 and 54. RGB value is (74,166,84). Sum of RGB (Red+Green+Blue) = 74+166+84=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 166 (65.23% from 255 or 51.23% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 166 - color contains mainly: green. Hex color #4AA654 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA654 is #B559AB. Grayscale: #818181. Windows color (decimal): -11884972 or 5547594. OLE color: 5547594.

HSL color Cylindrical-coordinate representation of color #4AA654: hue angle of 126.52º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA654 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB7416684-
CMYK0.5500.490.35
HSL126.52º38.33%47.06%-
HSV(B)126.52º55.42%65.1%-
XYZ18.0629.3713.1-
YUV129.14102.5288.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.84%
GREEN value IS 166 (65.23% from 255) = 51.23%
BLUE value IS 84 (33.20% from 255) = 25.93%
R=22.84%
G=51.23%
B=25.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal74166840.5500.490.35126.5238.3347.06
Hex4AA65437031237f262f
Octal11224612467061431774657
Binary100101010100110101010011011101100011000111111111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,166,84); }

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

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

 a { background-color: rgb(74,166,84); }

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

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

 span { border-color: rgb(74,166,84); }

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