#4CA54A

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

Shades of Fruit Salad #4CA54A

Tints of Fruit Salad #4CA54A

Color information

#4CA54A (or 0x4CA54A) is unknown color: approx Fruit Salad. HEX triplet: 4C, A5 and 4A. RGB value is (76,165,74). Sum of RGB (Red+Green+Blue) = 76+165+74=315 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.13% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #4CA54A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA54A is #B35AB5. Grayscale: #808080. Windows color (decimal): -11754166 or 4891980. OLE color: 4891980.

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

Color convert

RGB7616574-
CMYK0.5400.550.35
HSL118.68º38.08%46.86%-
HSV(B)118.68º55.15%64.71%-
XYZ17.6728.9411.13-
YUV128.0197.5190.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.13%
GREEN value IS 165 (64.84% from 255) = 52.38%
BLUE value IS 74 (29.30% from 255) = 23.49%
R=24.13%
G=52.38%
B=23.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal76165740.5400.550.35118.6838.0846.86
Hex4CA54A360372377262f
Octal11424511266067431674657
Binary100110010100101100101011011001101111000111110111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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