#4CA53D

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

Shades of Fruit Salad #4CA53D

Tints of Fruit Salad #4CA53D

Color information

#4CA53D (or 0x4CA53D) is unknown color: approx Fruit Salad. HEX triplet: 4C, A5 and 3D. RGB value is (76,165,61). Sum of RGB (Red+Green+Blue) = 76+165+61=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 165 (64.84% from 255 or 54.64% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 165 - color contains mainly: green. Hex color #4CA53D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA53D is #B35AC2. Grayscale: #7E7E7E. Windows color (decimal): -11754179 or 4040012. OLE color: 4040012.

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

Color convert

RGB7616561-
CMYK0.5400.630.35
HSL111.35º46.02%44.31%-
HSV(B)111.35º63.03%64.71%-
XYZ17.2828.789.06-
YUV126.5391.0191.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.17%
GREEN value IS 165 (64.84% from 255) = 54.64%
BLUE value IS 61 (24.22% from 255) = 20.20%
R=25.17%
G=54.64%
B=20.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal76165610.5400.630.35111.3546.0244.31
Hex4CA53D3603F236f2e2c
Octal1142457566077431575654
Binary10011001010010111110111011001111111000111101111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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