#4AA53C

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

Shades of Fruit Salad #4AA53C

Tints of Fruit Salad #4AA53C

Color information

#4AA53C (or 0x4AA53C) is unknown color: approx Fruit Salad. HEX triplet: 4A, A5 and 3C. RGB value is (74,165,60). Sum of RGB (Red+Green+Blue) = 74+165+60=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 165 (64.84% from 255 or 55.18% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 165 - color contains mainly: green. Hex color #4AA53C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA53C is #B55AC3. Grayscale: #7E7E7E. Windows color (decimal): -11885252 or 3974474. OLE color: 3974474.

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

Color convert

RGB7416560-
CMYK0.5500.640.35
HSL112º46.67%44.12%-
HSV(B)112º63.64%64.71%-
XYZ17.0928.698.91-
YUV125.8290.8591.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.75%
GREEN value IS 165 (64.84% from 255) = 55.18%
BLUE value IS 60 (23.83% from 255) = 20.07%
R=24.75%
G=55.18%
B=20.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal74165600.5500.640.3511246.6744.12
Hex4AA53C3704023702f2c
Octal11224574670100431605754
Binary100101010100101111100110111010000001000111110000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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