#4CA53A

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

Shades of Fruit Salad #4CA53A

Tints of Fruit Salad #4CA53A

Color information

#4CA53A (or 0x4CA53A) is unknown color: approx Fruit Salad. HEX triplet: 4C, A5 and 3A. RGB value is (76,165,58). Sum of RGB (Red+Green+Blue) = 76+165+58=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 165 (64.84% from 255 or 55.18% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 165 - color contains mainly: green. Hex color #4CA53A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA53A is #B35AC5. Grayscale: #7E7E7E. Windows color (decimal): -11754182 or 3843404. OLE color: 3843404.

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

Color convert

RGB7616558-
CMYK0.5400.650.35
HSL109.91º47.98%43.73%-
HSV(B)109.91º64.85%64.71%-
XYZ17.228.758.65-
YUV126.1989.5192.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.42%
GREEN value IS 165 (64.84% from 255) = 55.18%
BLUE value IS 58 (23.05% from 255) = 19.40%
R=25.42%
G=55.18%
B=19.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal76165580.5400.650.35109.9147.9843.73
Hex4CA53A36041236e302c
Octal11424572660101431566054
Binary100110010100101111010110110010000011000111101110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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