#3CA146

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

Shades of Fruit Salad #3CA146

Tints of Fruit Salad #3CA146

Color information

#3CA146 (or 0x3CA146) is unknown color: approx Fruit Salad. HEX triplet: 3C, A1 and 46. RGB value is (60,161,70). Sum of RGB (Red+Green+Blue) = 60+161+70=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 161 (63.28% from 255 or 55.33% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 161 - color contains mainly: green. Hex color #3CA146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA146 is #C35EB9. Grayscale: #787878. Windows color (decimal): -12803770 or 4628796. OLE color: 4628796.

HSL color Cylindrical-coordinate representation of color #3CA146: hue angle of 125.94º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA146 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB6016170-
CMYK0.6300.570.37
HSL125.94º45.7%43.33%-
HSV(B)125.94º62.73%63.14%-
XYZ15.7126.8910.16-
YUV120.4399.5484.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.62%
GREEN value IS 161 (63.28% from 255) = 55.33%
BLUE value IS 70 (27.73% from 255) = 24.05%
R=20.62%
G=55.33%
B=24.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal60161700.6300.570.37125.9445.743.33
Hex3CA1463F039257e2e2b
Octal7424110677071451765653
Binary11110010100001100011011111101110011001011111110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CA146; }

 p { color: rgb(60,161,70); }

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

<style>
 a { background-color: #3CA146; }

 a { background-color: rgb(60,161,70); }

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

<style>
 span { border-color: #3CA146; }

 span { border-color: rgb(60,161,70); }

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