#4AA553

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

Shades of Fruit Salad #4AA553

Tints of Fruit Salad #4AA553

Color information

#4AA553 (or 0x4AA553) is unknown color: approx Fruit Salad. HEX triplet: 4A, A5 and 53. RGB value is (74,165,83). Sum of RGB (Red+Green+Blue) = 74+165+83=322 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.98% from 322); Green value is 165 (64.84% from 255 or 51.24% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 165 - color contains mainly: green. Hex color #4AA553 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA553 is #B55AAC. Grayscale: #808080. Windows color (decimal): -11885229 or 5481802. OLE color: 5481802.

HSL color Cylindrical-coordinate representation of color #4AA553: hue angle of 125.93º 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 #4AA553 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB7416583-
CMYK0.5500.500.35
HSL125.93º38.08%46.86%-
HSV(B)125.93º55.15%64.71%-
XYZ17.8428.9912.84-
YUV128.44102.3589.17-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.98%
GREEN value IS 165 (64.84% from 255) = 51.24%
BLUE value IS 83 (32.81% from 255) = 25.78%
R=22.98%
G=51.24%
B=25.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal74165830.5500.500.35125.9338.0846.86
Hex4AA55337032237e262f
Octal11224512367062431764657
Binary100101010100101101001111011101100101000111111110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,165,83); }

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

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

 a { background-color: rgb(74,165,83); }

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

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

 span { border-color: rgb(74,165,83); }

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