#4AA456

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

Shades of Fruit Salad #4AA456

Tints of Fruit Salad #4AA456

Color information

#4AA456 (or 0x4AA456) is unknown color: approx Fruit Salad. HEX triplet: 4A, A4 and 56. RGB value is (74,164,86). Sum of RGB (Red+Green+Blue) = 74+164+86=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 164 (64.45% from 255 or 50.62% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA456 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA456 is #B55BA9. Grayscale: #808080. Windows color (decimal): -11885482 or 5678154. OLE color: 5678154.

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

Color convert

RGB7416486-
CMYK0.5500.480.36
HSL128º37.82%46.67%-
HSV(B)128º54.88%64.31%-
XYZ17.7828.6813.4-
YUV128.2104.1889.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.84%
GREEN value IS 164 (64.45% from 255) = 50.62%
BLUE value IS 86 (33.98% from 255) = 26.54%
R=22.84%
G=50.62%
B=26.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal74164860.5500.480.3612837.8246.67
Hex4AA456370302480262f
Octal11224412667060442004657
Binary1001010101001001010110110111011000010010010000000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,164,86); }

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

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

 a { background-color: rgb(74,164,86); }

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

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

 span { border-color: rgb(74,164,86); }

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