#4CA13D

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

Shades of Fruit Salad #4CA13D

Tints of Fruit Salad #4CA13D

Color information

#4CA13D (or 0x4CA13D) is unknown color: approx Fruit Salad. HEX triplet: 4C, A1 and 3D. RGB value is (76,161,61). Sum of RGB (Red+Green+Blue) = 76+161+61=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 161 (63.28% from 255 or 54.03% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 161 - color contains mainly: green. Hex color #4CA13D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA13D is #B35EC2. Grayscale: #7C7C7C. Windows color (decimal): -11755203 or 4038988. OLE color: 4038988.

HSL color Cylindrical-coordinate representation of color #4CA13D: hue angle of 111º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CA13D is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB7616161-
CMYK0.5300.620.37
HSL111º45.05%43.53%-
HSV(B)111º62.11%63.14%-
XYZ16.5727.368.82-
YUV124.1892.3493.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.50%
GREEN value IS 161 (63.28% from 255) = 54.03%
BLUE value IS 61 (24.22% from 255) = 20.47%
R=25.50%
G=54.03%
B=20.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal76161610.5300.620.3711145.0543.53
Hex4CA13D3503E256f2d2c
Octal1142417565076451575554
Binary10011001010000111110111010101111101001011101111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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